Package net.sf.saxon.event
Interface SourceLocationProvider
-
- All Superinterfaces:
LocationProvider
- All Known Implementing Classes:
DOMSender
,IdentityTransformerHandler
,ReceivingContentHandler
,StaxBridge
,TemplatesHandlerImpl
,TransformerHandlerImpl
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
getLineNumber, getSystemId
-
-