|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Information about an instruction in the stylesheet, made available at run-time to a TraceListener
Method Summary | |
int |
getConstructType()
Get the type of construct. |
int |
getLineNumber()
Get the line number of the instruction in the source stylesheet module. |
NamespaceResolver |
getNamespaceResolver()
Get the namespace context of the instruction. |
int |
getObjectNameCode()
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 |
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. |
java.lang.String |
getSystemId()
Get the system identifier (URI) of the source stylesheet or query module containing the instruction. |
Methods inherited from interface org.xml.sax.Locator |
getColumnNumber, getPublicId |
Methods inherited from interface javax.xml.transform.SourceLocator |
getColumnNumber, getPublicId |
Methods inherited from interface net.sf.saxon.event.LocationProvider |
getLineNumber, getSystemId |
Method Detail |
public int getConstructType()
StandardNames
: all less than 1024)
or it will be a constant in class Location
.
public int getObjectNameCode()
public java.lang.String getSystemId()
getSystemId
in interface org.xml.sax.Locator
Locator.getPublicId()
public int getLineNumber()
getLineNumber
in interface org.xml.sax.Locator
Locator.getColumnNumber()
public NamespaceResolver getNamespaceResolver()
public java.lang.Object getProperty(java.lang.String name)
name
- The name of the required property
public java.util.Iterator getProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |