|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XMLLocator
Location information.
Method Summary | |
---|---|
String |
getBaseSystemId()
Returns the base system identifier. |
int |
getCharacterOffset()
Returns the character offset, or -1 if no character offset is available. |
int |
getColumnNumber()
Returns the column number, or -1 if no column number is available. |
String |
getEncoding()
Returns the encoding of the current entity. |
String |
getExpandedSystemId()
Returns the expanded system identifier. |
int |
getLineNumber()
Returns the line number, or -1 if no line number is available. |
String |
getLiteralSystemId()
Returns the literal system identifier. |
String |
getPublicId()
Returns the public identifier. |
String |
getXMLVersion()
Returns the XML version of the current entity. |
Method Detail |
---|
String getPublicId()
String getLiteralSystemId()
String getBaseSystemId()
String getExpandedSystemId()
int getLineNumber()
-1
if no line number is available.
int getColumnNumber()
-1
if no column number is available.
int getCharacterOffset()
-1
if no character offset is available.
String getEncoding()
String getXMLVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |