Inheritance diagram for CP_XML_NullHandler:
Public Member Functions | |
virtual CP_M_XMLHandler * | OnStartElement (const XML_Char *, CP_XMLAttributes &) |
virtual bool | OnEndElement (const XML_Char *) |
virtual void | OnCharacters (const XML_Char *, SInt16) |
virtual void | OnStartCData () |
virtual void | OnEndCData () |
virtual void | OnProcessingInstruction (const XML_Char *, const XML_Char *) |
virtual void | OnComment (const XML_Char *) |
|
Reimplemented from CP_M_XMLHandler. |
|
Reimplemented from CP_M_XMLHandler. |
|
Reimplemented from CP_M_XMLHandler. |
|
Called when a CDATA section is encountered. |
|
Called when the previous CDATA section is ending. |
|
Called when a processing instruction is encountered. |
|
Called when a comment is encountered. |