public interface SourceLocator
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnNumber()
Returns the column number at which the event occurred.
|
int |
getLineNumber()
Returns the line number at which the event occurred.
|
java.lang.String |
getPublicId()
Returns the XML public ID for the document.
|
java.lang.String |
getSystemId()
Returns the XML system ID for the document.
|
java.lang.String getPublicId()
java.lang.String getSystemId()
int getLineNumber()
int getColumnNumber()