net.sf.saxon.event
Interface LocationProvider
public
interface
LocationProvider
LocationProvider: this is a marker interface used to identify an object that
provides the location of elements in a source document or instructions in a stylesheet
or query. A locationProvider may be passed down the Receiver pipeline as part of the
PipelineConfiguration object; on the input pipeline, this will be a
SaxonLocator object,
on the output pipeline, it will be a
LocationMap
public int getLineNumber(int locationId)
public String getSystemId(int locationId)