org.apache.xalan.trace
public class TracerEvent extends Object implements EventListener
UNKNOWN: advanced
Field Summary | |
---|---|
QName | m_mode
The current mode. |
TransformerImpl | m_processor
The XSLT processor instance. |
Node | m_sourceNode
The current context node. |
ElemTemplateElement | m_styleNode
The node in the style tree where the event occurs. |
Constructor Summary | |
---|---|
TracerEvent(TransformerImpl processor, Node sourceNode, QName mode, ElemTemplateElement styleNode)
Create an event originating at the given node of the style tree. |
Method Summary | |
---|---|
static String | printNode(Node n)
Returns a string representation of the node.
|
static String | printNodeList(NodeList l)
Returns a string representation of the node list.
|
Parameters: processor The XSLT TransformerFactory. sourceNode The current context node. mode The current mode. styleNode The stylesheet element that is executing.
Parameters: n any DOM node. Must not be null.
Returns: a string representation of the given node.
Parameters: l any DOM node list. Must not be null.
Returns: a string representation of the given node list.