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.
GenerateEvent::GenerateEvent | ( | EventType | eventType, | |
MemoryManagerType & | theManager | |||
) |
Constructor for startDocument, endDocument events.
eventType | one of the EVENTTYPE_XXX constants |
GenerateEvent::GenerateEvent | ( | EventType | eventType, | |
MemoryManagerType & | theManager, | |||
const XalanDOMChar * | name, | |||
AttributeListType * | atts | |||
) |
Constructor for startElement, endElement events.
eventType | one of the EVENTTYPE_XXX constants | |
name | name of the element | |
atts | SAX attribute list |
GenerateEvent::GenerateEvent | ( | EventType | eventType, | |
MemoryManagerType & | theManager, | |||
const XalanDOMString & | name, | |||
const AttributeListType * | atts = 0 | |||
) |
Constructor for startElement, endElement events.
eventType | one of the EVENTTYPE_XXX constants | |
name | name of the element | |
atts | SAX attribute list |
GenerateEvent::GenerateEvent | ( | EventType | eventType, | |
MemoryManagerType & | theManager, | |||
const XalanDOMChar * | ch, | |||
XalanDOMString::size_type | start, | |||
XalanDOMString::size_type | length | |||
) |
Constructor for characters, cdate events.
eventType | one of the EVENTTYPE_XXX constants | |
ch | char array from the SAX event | |
start | start offset to be used in the char array | |
length | end offset to be used in the chara array |
GenerateEvent::GenerateEvent | ( | EventType | eventType, | |
MemoryManagerType & | theManager, | |||
const XalanDOMChar * | name, | |||
const XalanDOMChar * | data | |||
) |
Constructor for processingInstruction events.
eventType | one of the EVENTTYPE_XXX constants | |
name | name of the processing instruction | |
data | processing instruction data |
GenerateEvent::GenerateEvent | ( | EventType | eventType, | |
MemoryManagerType & | theManager, | |||
const XalanDOMChar * | data | |||
) |
Constructor for comment and entity ref events.
processor | XSLT processor instance | |
eventType | one of the EVENTTYPE_XXX constants | |
data | comment or entity ref data |
The type of SAX event that was generated, as enumerated in the EVENTTYPE_XXX constants above.
Character data from a character or cdata event.
The start position of the current data in m_characters.
The length of the current data in m_characters.
The name of the element or PI.
The string data in the element (comments and PIs).
The current attribute list.
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 |
|