Package net.sf.saxon.event
Interface SourceLocationProvider
-
- All Superinterfaces:
LocationProvider
- All Known Implementing Classes:
DOMSender
,LocationCopier
,StaxBridge
,StaxToEventBridge
public interface SourceLocationProvider extends LocationProvider
A SourceLocationProvider is aLocationProvider
that represents locations in the source document from which the events are derived (as distinct from locations in a query or stylesheet of the instructions causing the events)
-
-
Method Summary
-
Methods inherited from interface net.sf.saxon.event.LocationProvider
getColumnNumber, getLineNumber, getSystemId
-
-