public interface InstructionInfo extends Location
Modifier and Type | Method and Description |
---|---|
int |
getConstructType()
Get the type of construct.
|
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.
|
java.util.Iterator<java.lang.String> |
getProperties()
Get an iterator over all the properties available.
|
java.lang.Object |
getProperty(java.lang.String name)
Get the value of a particular property of the instruction.
|
getColumnNumber, getLineNumber, getPublicId, getSystemId, saveLocation
int getConstructType()
StandardNames
: all less than 1024)
or it will be a constant in class LocationKind
.StructuredQName getObjectName()
java.lang.Object getProperty(java.lang.String name)
name
- The name of the required propertyjava.util.Iterator<java.lang.String> getProperties()
Copyright (c) 2004-2018 Saxonica Limited. All rights reserved.