|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xalan.trace.TracerEvent
public class TracerEvent
Parent class of events generated for tracing the progress of the XSL processor.
Field Summary | |
---|---|
QName |
m_mode
The current mode. |
TransformerImpl |
m_processor
The XSLT processor instance. |
org.w3c.dom.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,
org.w3c.dom.Node sourceNode,
QName mode,
ElemTemplateElement styleNode)
Create an event originating at the given node of the style tree. |
Method Summary | |
---|---|
static java.lang.String |
printNode(org.w3c.dom.Node n)
Returns a string representation of the node. |
static java.lang.String |
printNodeList(org.w3c.dom.NodeList l)
Returns a string representation of the node list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final ElemTemplateElement m_styleNode
public final TransformerImpl m_processor
public final org.w3c.dom.Node m_sourceNode
public final QName m_mode
Constructor Detail |
---|
public TracerEvent(TransformerImpl processor, org.w3c.dom.Node sourceNode, QName mode, ElemTemplateElement styleNode)
processor
- The XSLT TransformerFactory.sourceNode
- The current context node.mode
- The current mode.styleNode
- The stylesheet element that is executing.Method Detail |
---|
public static java.lang.String printNode(org.w3c.dom.Node n)
n
- any DOM node. Must not be null.
public static java.lang.String printNodeList(org.w3c.dom.NodeList l)
l
- any DOM node list. Must not be null.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |