|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xerces.util.StAXLocationWrapper
public final class StAXLocationWrapper
A light wrapper around a StAX location. This is useful when bridging between StAX and XNI components.
| Constructor Summary | |
|---|---|
StAXLocationWrapper()
|
|
| 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. |
Location |
getLocation()
|
String |
getPublicId()
Returns the public identifier. |
String |
getXMLVersion()
Returns the XML version of the current entity. |
void |
setLocation(Location location)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StAXLocationWrapper()
| Method Detail |
|---|
public void setLocation(Location location)
public Location getLocation()
public String getPublicId()
XMLLocator
getPublicId in interface XMLLocatorpublic String getLiteralSystemId()
XMLLocator
getLiteralSystemId in interface XMLLocatorpublic String getBaseSystemId()
XMLLocator
getBaseSystemId in interface XMLLocatorpublic String getExpandedSystemId()
XMLLocator
getExpandedSystemId in interface XMLLocatorpublic int getLineNumber()
XMLLocator-1 if no line number is available.
getLineNumber in interface XMLLocatorpublic int getColumnNumber()
XMLLocator-1 if no column number is available.
getColumnNumber in interface XMLLocatorpublic int getCharacterOffset()
XMLLocator-1 if no character offset is available.
getCharacterOffset in interface XMLLocatorpublic String getEncoding()
XMLLocator
getEncoding in interface XMLLocatorpublic String getXMLVersion()
XMLLocator
getXMLVersion in interface XMLLocator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||