This is the class for events generated by the XSL processor after it generates a new node in the result tree. More...
This is the class for events generated by the XSL processor after it generates a new node in the result tree.
It responds to, and so is modeled from, the SAX events that are sent to the FormatterListener classes.
|
|
Constructor for startDocument, endDocument events.
|
|
Constructor for startElement, endElement events.
|
|
Constructor for startElement, endElement events.
|
|
Constructor for characters, cdate events.
|
|
Constructor for processingInstruction events.
|
|
Constructor for comment and entity ref events.
|
|
Character data from a character or cdata event.
|
|
The string data in the element (comments and PIs).
|
|
The type of SAX event that was generated, as enumerated in the EVENTTYPE_XXX constants above.
|
|
The length of the current data in m_characters.
|
|
The name of the element or PI.
|
|
The current attribute list.
|
|
The start position of the current data in m_characters.
|
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.6 |
|