This is the parent class of events generated for tracing the progress of the XSL processor. More...
#include <TracerEvent.hpp>
Collaboration diagram for TracerEvent:
This is the parent class of events generated for tracing the progress of the XSL processor.
|
Construct a tracer event.
|
|
|
|
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."
|
|
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."
|
|
The XSLT processor instance.
|
|
The node in the style tree where the event occurs.
|
The documentation for this class was generated from the following file:
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.10 |
|