Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface SourceLocator
Method Summary | |
int |
|
int |
|
String |
|
String |
|
public int getColumnNumber()
Returns the column number at which the event occurred.
- Returns:
- the column number, or -1 if not available
public int getLineNumber()
Returns the line number at which the event occurred.
- Returns:
- the line number, or -1 if not available
public String getPublicId()
Returns the XML public ID for the document.
public String getSystemId()
Returns the XML system ID for the document.