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 SummaryConstructorsConstructorDescriptionSourceStreamLocation(Location locator) Create a StAX SourceStreamLocation object based on a given SAX SourceLocator
- 
Method SummaryModifier and TypeMethodDescriptionintintint
- 
Constructor Details- 
SourceStreamLocationCreate a StAX SourceStreamLocation object based on a given SAX SourceLocator- Parameters:
- locator- the SAX SourceLocator
 
 
- 
- 
Method Details- 
getCharacterOffsetpublic int getCharacterOffset()- Specified by:
- getCharacterOffsetin interface- Location
 
- 
getColumnNumberpublic int getColumnNumber()- Specified by:
- getColumnNumberin interface- Location
 
- 
getLineNumberpublic int getLineNumber()- Specified by:
- getLineNumberin interface- Location
 
- 
getPublicId- Specified by:
- getPublicIdin interface- Location
 
- 
getSystemId- Specified by:
- getSystemIdin interface- Location
 
 
-