18#if !defined(XALAN_TracerEvent_HEADER_GUARD)
19#define XALAN_TracerEvent_HEADER_GUARD
40class StylesheetExecutionContext;
41class ElemTemplateElement;
#define XALAN_XSLT_EXPORT
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
This is the parent class of events generated for tracing the progress of the XSL processor.
TracerEvent(const StylesheetExecutionContext &executionContext, const ElemTemplateElement &styleNode)
Construct a tracer event.
static XalanDOMString & printNodeList(const XalanNodeList &l, XalanDOMString &theResult)
Returns a string representation of the node list.
const StylesheetExecutionContext & m_executionContext
The XSLT processor instance.
const ElemTemplateElement & m_styleNode
The node in the style tree where the event occurs.
static XalanDOMString & printNode(const XalanNode &n, XalanDOMString &theResult)
Returns a string representation of the node.