net.sf.saxon.pull
Class PullToStax.SourceStreamLocation
java.lang.Objectnet.sf.saxon.pull.PullToStax.SourceStreamLocation
- PullToStax
- Location
public class PullToStax.SourceStreamLocation
extends java.lang.Object
implements Location
Bridge a SAX SourceLocator to a javax.xml.stream.Location
SourceStreamLocation(SourceLocator locator)- Create a StAX SourceStreamLocation object based on a given SAX SourceLocator
|
SourceStreamLocation
public SourceStreamLocation(SourceLocator locator)
Create a StAX SourceStreamLocation object based on a given SAX SourceLocator
locator - the SAX SourceLocator
getCharacterOffset
public int getCharacterOffset()
getColumnNumber
public int getColumnNumber()
getLineNumber
public int getLineNumber()
getPublicId
public String getPublicId()
getSystemId
public String getSystemId()