|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xerces.util.XMLLocatorWrapper
public final class XMLLocatorWrapper
A light wrapper around an XMLLocator
.
Constructor Summary | |
---|---|
XMLLocatorWrapper()
|
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. |
XMLLocator |
getLocator()
|
java.lang.String |
getPublicId()
Returns the public identifier. |
java.lang.String |
getXMLVersion()
Returns the XML version of the current entity. |
void |
setLocator(XMLLocator locator)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLLocatorWrapper()
Method Detail |
---|
public void setLocator(XMLLocator locator)
public XMLLocator getLocator()
public java.lang.String getPublicId()
XMLLocator
getPublicId
in interface XMLLocator
public java.lang.String getLiteralSystemId()
XMLLocator
getLiteralSystemId
in interface XMLLocator
public java.lang.String getBaseSystemId()
XMLLocator
getBaseSystemId
in interface XMLLocator
public java.lang.String getExpandedSystemId()
XMLLocator
getExpandedSystemId
in interface XMLLocator
public int getLineNumber()
XMLLocator
-1
if no line number is available.
getLineNumber
in interface XMLLocator
public int getColumnNumber()
XMLLocator
-1
if no column number is available.
getColumnNumber
in interface XMLLocator
public int getCharacterOffset()
XMLLocator
-1
if no character offset is available.
getCharacterOffset
in interface XMLLocator
public java.lang.String getEncoding()
XMLLocator
getEncoding
in interface XMLLocator
public java.lang.String getXMLVersion()
XMLLocator
getXMLVersion
in interface XMLLocator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |