|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
LocationProvider: this interface represents 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
SourceLocationProvider
Method Summary | |
int |
getLineNumber(int locationId)
Get the line number within the document or module containing a particular location |
java.lang.String |
getSystemId(int locationId)
Get the URI of the document or module containing a particular location |
Method Detail |
public java.lang.String getSystemId(int locationId)
locationId
- identifier of the location in question (as passed down the Receiver pipeline)
public int getLineNumber(int locationId)
locationId
- identifier of the location in question (as passed down the Receiver pipeline)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |