public class ErrorLocatorImpl extends Object implements ErrorLocator
Constructor and Description |
---|
ErrorLocatorImpl() |
Modifier and Type | Method and Description |
---|---|
int |
getColumnNumber() |
String |
getDocumentBaseURI() |
int |
getLineNumber() |
String |
getLocationURI() |
void |
setColumnNumber(int col)
Set the column number of this locator.
|
void |
setDocumentBaseURI(String uri)
Set the base URI of this locator.
|
void |
setLineNumber(int line)
Set the line number of this locator.
|
void |
setLocationURI(String uri)
Set the location URI of this locator.
|
public String getDocumentBaseURI()
getDocumentBaseURI
in interface ErrorLocator
public String getLocationURI()
getLocationURI
in interface ErrorLocator
public int getLineNumber()
getLineNumber
in interface ErrorLocator
public int getColumnNumber()
getColumnNumber
in interface ErrorLocator
public void setDocumentBaseURI(String uri)
uri
- The URI of the base location to set.public void setLocationURI(String uri)
uri
- The URI of the location to set.public void setLineNumber(int line)
line
- The line number to set.public void setColumnNumber(int col)
col
- The column number to set.Copyright © 2005–2016 Apache Software Foundation. All rights reserved.