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