This is the parent class of events generated for tracing the progress of the XSL processor.
More...
#include <xalanc/XSLT/TracerEvent.hpp>
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()
Construct a tracer event.
- Parameters
-
executionContext | XSLT processor instance |
sourceNode | current context node |
styleNode | node in the style tree where the event occurs |
◆ ~TracerEvent()
virtual xalanc::TracerEvent::~TracerEvent |
( |
| ) |
|
|
virtual |
◆ printNode()
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."
- Parameters
-
- Returns
- string representation of the given node
◆ printNodeList()
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."
- Parameters
-
- Returns
- string representation of the given node list
◆ m_executionContext
◆ m_styleNode
The node in the style tree where the event occurs.
Definition at line 99 of file TracerEvent.hpp.
The documentation for this class was generated from the following file: