public interface LocationProvider
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) will also implement the marker interface SourceLocationProvider
Modifier and Type | Method and Description |
---|---|
int |
getColumnNumber(int locationId)
Get the column number within the document, entity, or module containing a particular location
|
int |
getLineNumber(int locationId)
Get the line number within the document, entity or module containing a particular location
|
String |
getSystemId(int locationId)
Get the URI of the document, entity, or module containing a particular location
|
String getSystemId(int locationId)
locationId
- identifier of the location in question (as passed down the Receiver pipeline)int getLineNumber(int locationId)
locationId
- identifier of the location in question (as passed down the Receiver pipeline)int getColumnNumber(int locationId)
locationId
- identifier of the location in question (as passed down the Receiver pipeline)Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.