|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InstructionInfo
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 |
---|
String getInstructionName()
String getSystemId()
int getLineNumber()
Object getProperty(String name)
name
- The name of the required property
HashMap getProperties()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |