public interface LocationProvider
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.