|
||||||||||
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 | |
String |
getInstructionName()
Get the name of the instruction. |
int |
getLineNumber()
Get the line number of the instruction in the source stylesheet module. |
HashMap |
getProperties()
Get all the properties of the instruction. |
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 module containing the instruction. |
Method Detail |
public String getInstructionName()
public String getSystemId()
public int getLineNumber()
public Object getProperty(String name)
name
- The name of the required property
public HashMap getProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |