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.
|
String |
getPublicId()
Returns the XML public ID for the document.
|
String |
getSystemId()
Returns the XML system ID for the document.
|
String getPublicId()
String getSystemId()
int getLineNumber()
int getColumnNumber()