net.sf.saxon.event
Interface SourceLocationProvider

All Superinterfaces:
LocationProvider
All Known Implementing Classes:
DOMSender, StaxBridge, StaxEventBridge

public interface SourceLocationProvider
extends LocationProvider

A SourceLocationProvider is a LocationProvider 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
 



Copyright (C) Michael H. Kay. All rights reserved.