|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XMLLocator
Location information.
Method Summary | |
---|---|
java.lang.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. |
java.lang.String |
getEncoding()
Returns the encoding of the current entity. |
java.lang.String |
getExpandedSystemId()
Returns the expanded system identifier. |
int |
getLineNumber()
Returns the line number, or -1 if no line number is available. |
java.lang.String |
getLiteralSystemId()
Returns the literal system identifier. |
java.lang.String |
getPublicId()
Returns the public identifier. |
java.lang.String |
getXMLVersion()
Returns the XML version of the current entity. |
Method Detail |
---|
java.lang.String getPublicId()
java.lang.String getLiteralSystemId()
java.lang.String getBaseSystemId()
java.lang.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.
java.lang.String getEncoding()
java.lang.String getXMLVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |