javax.xml.transform
public interface SourceLocator
| Method Summary | |
|---|---|
| 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. |
Returns: the column number, or -1 if not available
Returns: the line number, or -1 if not available