public interface XSourceLocation
XMessageHandler
report method
to indicate the location of the error or message.XMessageHandler
Modifier and Type | Method and Description |
---|---|
int |
getEndColumn()
Get the end column number within the document.
|
int |
getEndLine()
Get the end line number within the document.
|
java.lang.String |
getPublicId()
Get the public identifier for the document.
|
int |
getStartColumn()
Get the start column number within the document.
|
int |
getStartLine()
Get the start line number within the document.
|
java.lang.String |
getSystemId()
Get the system identifier for the document.
|
java.lang.String getSystemId()
java.lang.String getPublicId()
int getStartLine()
int getStartColumn()
int getEndLine()
int getEndColumn()