Package com.saxonica.xqj.pull
Class PullToStax.SourceStreamLocation
java.lang.Object
com.saxonica.xqj.pull.PullToStax.SourceStreamLocation
- All Implemented Interfaces:
Location
- Enclosing class:
PullToStax
Bridge a SAX SourceLocator to a javax.xml.stream.Location
-
Constructor Summary
ConstructorsConstructorDescriptionSourceStreamLocation(Location locator) Create a StAX SourceStreamLocation object based on a given SAX SourceLocator -
Method Summary
Modifier and TypeMethodDescriptionintintint
-
Constructor Details
-
SourceStreamLocation
Create a StAX SourceStreamLocation object based on a given SAX SourceLocator- Parameters:
locator- the SAX SourceLocator
-
-
Method Details
-
getCharacterOffset
public int getCharacterOffset()- Specified by:
getCharacterOffsetin interfaceLocation
-
getColumnNumber
public int getColumnNumber()- Specified by:
getColumnNumberin interfaceLocation
-
getLineNumber
public int getLineNumber()- Specified by:
getLineNumberin interfaceLocation
-
getPublicId
- Specified by:
getPublicIdin interfaceLocation
-
getSystemId
- Specified by:
getSystemIdin interfaceLocation
-