public interface InstructionInfo extends SaxonLocator
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructType()
Get the type of construct.
|
int |
getLineNumber()
Get the line number of the instruction in the source stylesheet module.
|
StructuredQName |
getObjectName()
Get a name identifying the object of the expression, for example a function name, template name,
variable name, key name, element name, etc.
|
Iterator<String> |
getProperties()
Get an iterator over all the properties available.
|
Object |
getProperty(String name)
Get the value of a particular property of the instruction.
|
String |
getSystemId()
Get the system identifier (URI) of the source stylesheet or query module containing
the instruction.
|
getColumnNumber, getPublicIdgetColumnNumber, getPublicIdgetColumnNumber, getLineNumber, getSystemIdint getConstructType()
StandardNames: all less than 1024)
or it will be a constant in class Location.StructuredQName getObjectName()
String getSystemId()
getSystemId in interface LocatorgetSystemId in interface SourceLocatorint getLineNumber()
getLineNumber in interface LocatorgetLineNumber in interface SourceLocatorObject getProperty(String name)
name - The name of the required propertyIterator<String> getProperties()
Copyright (c) 2004-2013 Saxonica Limited. All rights reserved.