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 ErrorLocatorpublic String getLocationURI()
getLocationURI in interface ErrorLocatorpublic int getLineNumber()
getLineNumber in interface ErrorLocatorpublic int getColumnNumber()
getColumnNumber in interface ErrorLocatorpublic 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–2019 Apache Software Foundation. All rights reserved.