|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SourceLocator
The location in an XML resource at which an event occurred. Tis is equivalent to the SAX Locator.
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. |
Method Detail |
---|
String getPublicId()
String getSystemId()
int getLineNumber()
int getColumnNumber()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |