This is the parent class of events generated for tracing the progress of the XSL processor. More...
#include <TracerEvent.hpp>
Public Member Functions | |
TracerEvent (const StylesheetExecutionContext &executionContext, const ElemTemplateElement &styleNode) | |
Construct a tracer event. More... | |
virtual | ~TracerEvent () |
Static Public Member Functions | |
static XalanDOMString & | printNode (const XalanNode &n, XalanDOMString &theResult) |
Returns a string representation of the node. More... | |
static XalanDOMString & | printNodeList (const XalanNodeList &l, XalanDOMString &theResult) |
Returns a string representation of the node list. More... | |
Public Attributes | |
const StylesheetExecutionContext & | m_executionContext |
The XSLT processor instance. More... | |
const ElemTemplateElement & | m_styleNode |
The node in the style tree where the event occurs. More... | |
This is the parent class of events generated for tracing the progress of the XSL processor.
Definition at line 49 of file TracerEvent.hpp.
TracerEvent::TracerEvent | ( | const StylesheetExecutionContext & | executionContext, |
const ElemTemplateElement & | styleNode | ||
) |
Construct a tracer event.
executionContext | XSLT processor instance |
sourceNode | current context node |
styleNode | node in the style tree where the event occurs |
|
virtual |
|
static |
Returns a string representation of the node.
The string returned for elements will contain the element name and any attributes enclosed in angle brackets. The string returned for attributes will be of form, "name=value."
n | any DOM node |
|
static |
Returns a string representation of the node list.
The string will contain the list of nodes inside square braces. Elements will contain the element name and any attributes enclosed in angle brackets. Attributes will be of form, "name=value."
l | any DOM node list |
const StylesheetExecutionContext& TracerEvent::m_executionContext |
The XSLT processor instance.
Definition at line 94 of file TracerEvent.hpp.
const ElemTemplateElement& TracerEvent::m_styleNode |
The node in the style tree where the event occurs.
Definition at line 99 of file TracerEvent.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|