Class PullToStax.SourceStreamLocation

java.lang.Object
net.sf.saxon.pull.PullToStax.SourceStreamLocation
All Implemented Interfaces:
Location
Enclosing class:
PullToStax

public class PullToStax.SourceStreamLocation extends Object implements Location
Bridge a SAX SourceLocator to a javax.xml.stream.Location
  • Constructor Details

    • SourceStreamLocation

      public SourceStreamLocation(SourceLocator locator)
      Create a StAX SourceStreamLocation object based on a given SAX SourceLocator
      Parameters:
      locator - the SAX SourceLocator
  • Method Details