Package net.sf.saxon.pull
Class PullToStax.SourceStreamLocation
java.lang.Object
net.sf.saxon.pull.PullToStax.SourceStreamLocation
- All Implemented Interfaces:
Location
- Enclosing class:
PullToStax
Bridge a SAX SourceLocator to a javax.xml.stream.Location
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
-
Constructor Details
-
SourceStreamLocation
-
-
Method Details
-
getCharacterOffset
public int getCharacterOffset()- Specified by:
getCharacterOffset
in interfaceLocation
-
getColumnNumber
public int getColumnNumber()- Specified by:
getColumnNumber
in interfaceLocation
-
getLineNumber
public int getLineNumber()- Specified by:
getLineNumber
in interfaceLocation
-
getPublicId
- Specified by:
getPublicId
in interfaceLocation
-
getSystemId
- Specified by:
getSystemId
in interfaceLocation
-