InstructionInfo
, SaxonLocator
, SourceLocationProvider
AbsentExtensionElement
, AttributeSet
, DocumentSender
, DOMSender
, ExpressionLocation
, ExpressionParser.TemporaryContainer
, ExtensionInstruction
, IdentityTransformerHandler
, InstructionDetails
, KeyDefinition
, LiteralResultElement
, LocationCopier
, LocationMap
, Procedure
, ReceivingContentHandler
, SaxonAssign
, SaxonCallTemplate
, SaxonCollation
, SaxonDoctype
, SaxonEntityRef
, SaxonImportQuery
, SaxonScript
, SaxonWhile
, SQLClose
, SQLColumn
, SQLConnect
, SQLDelete
, SQLInsert
, SQLQuery
, SQLUpdate
, StaxBridge
, StyleElement
, Template
, TemplatesHandlerImpl
, TraceExpression
, TransformerHandlerImpl
, UserFunction
, XQueryFunction
, XSLAnalyzeString
, XSLApplyImports
, XSLApplyTemplates
, XSLAttribute
, XSLAttributeSet
, XSLCallTemplate
, XSLCharacterMap
, XSLChoose
, XSLComment
, XSLCopy
, XSLCopyOf
, XSLDecimalFormat
, XSLDocument
, XSLElement
, XSLFallback
, XSLForEach
, XSLForEachGroup
, XSLFunction
, XSLGeneralIncorporate
, XSLGeneralVariable
, XSLIf
, XSLImport
, XSLImportSchema
, XSLInclude
, XSLKey
, XSLMatchingSubstring
, XSLMessage
, XSLNamespace
, XSLNamespaceAlias
, XSLNextMatch
, XSLNumber
, XSLOtherwise
, XSLOutput
, XSLOutputCharacter
, XSLParam
, XSLPerformSort
, XSLPreserveSpace
, XSLProcessingInstruction
, XSLResultDocument
, XSLSequence
, XSLSort
, XSLStringConstructor
, XSLStylesheet
, XSLTemplate
, XSLText
, XSLValueOf
, XSLVariable
, XSLVariableDeclaration
, XSLWhen
, XSLWithParam
public interface LocationProvider
SaxonLocator
object,
on the output pipeline, it will be a LocationMap
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 | Description |
---|---|---|
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
|
java.lang.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)