net.sf.saxon.instruct
public class TraceInstruction extends TraceWrapper
| Field Summary | |
|---|---|
| InstructionInfo | details |
| Constructor Summary | |
|---|---|
| TraceInstruction(Expression child, InstructionInfo details)
Create a Trace instruction | |
| Method Summary | |
|---|---|
| InstructionInfo | getInstructionInfo()
Get the instruction details |
Parameters: child the child instruction to be evaluated details the details to be output. This will usually relate to a function or template header.