Class PullToStax.SourceStreamLocation

java.lang.Object
com.saxonica.xqj.pull.PullToStax.SourceStreamLocation
All Implemented Interfaces:
Location
Enclosing class:
PullToStax

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

    • SourceStreamLocation

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