#include "ACEXML/common/DefaultHandler.h"
Inheritance diagram for ACEXML_DefaultHandler:
This class is available as a convenience base class for SAX2 applications: it provides default implementations for all of the callbacks in the four core SAX2 handler classes:
|
Default constructor. |
|
destructor. |
|
Receive notification of character data. Reimplemented from ACEXML_ContentHandler. Reimplemented in ACEXML_Print_Handler, and ACEXML_SAXPrint_Handler. |
|
Receive notification of the end of a document. Reimplemented from ACEXML_ContentHandler. Reimplemented in ACEXML_Print_Handler, and ACEXML_SAXPrint_Handler. |
|
Receive notification of the end of an element. Reimplemented from ACEXML_ContentHandler. Reimplemented in ACEXML_Print_Handler, and ACEXML_SAXPrint_Handler. |
|
End the scope of a prefix-URI mapping. Reimplemented from ACEXML_ContentHandler. Reimplemented in ACEXML_Print_Handler, and ACEXML_SAXPrint_Handler. |
|
Receive notification of a recoverable error. Reimplemented from ACEXML_ErrorHandler. Reimplemented in ACEXML_Print_Handler, and ACEXML_SAXPrint_Handler. |
|
Receive notification of a non-recoverable error. Reimplemented from ACEXML_ErrorHandler. Reimplemented in ACEXML_Print_Handler, and ACEXML_SAXPrint_Handler. |
|
Receive notification of ignorable whitespace in element content. Reimplemented from ACEXML_ContentHandler. Reimplemented in ACEXML_Print_Handler, and ACEXML_SAXPrint_Handler. |
|
Receive notification of a notation declaration event. Reimplemented from ACEXML_DTDHandler. Reimplemented in ACEXML_Print_Handler, and ACEXML_SAXPrint_Handler. |
|
Receive notification of a processing instruction. Reimplemented from ACEXML_ContentHandler. Reimplemented in ACEXML_Print_Handler, and ACEXML_SAXPrint_Handler. |
|
Allow the application to resolve external entities. Reimplemented from ACEXML_EntityResolver. Reimplemented in ACEXML_Print_Handler, and ACEXML_SAXPrint_Handler. |
|
Receive an object for locating the origin of SAX document events. Reimplemented from ACEXML_ContentHandler. Reimplemented in ACEXML_Print_Handler, and ACEXML_SAXPrint_Handler. |
|
Receive notification of a skipped entity. Reimplemented from ACEXML_ContentHandler. Reimplemented in ACEXML_Print_Handler, and ACEXML_SAXPrint_Handler. |
|
Receive notification of the beginning of a document. Reimplemented from ACEXML_ContentHandler. Reimplemented in ACEXML_Print_Handler, and ACEXML_SAXPrint_Handler. |
|
Receive notification of the beginning of an element. Reimplemented from ACEXML_ContentHandler. Reimplemented in ACEXML_Print_Handler, and ACEXML_SAXPrint_Handler. |
|
Begin the scope of a prefix-URI Namespace mapping. Reimplemented from ACEXML_ContentHandler. Reimplemented in ACEXML_Print_Handler, and ACEXML_SAXPrint_Handler. |
|
Receive notification of an unparsed entity declaration event. Reimplemented from ACEXML_DTDHandler. Reimplemented in ACEXML_Print_Handler, and ACEXML_SAXPrint_Handler. |
|
Receive notification of a warning. Reimplemented from ACEXML_ErrorHandler. Reimplemented in ACEXML_Print_Handler, and ACEXML_SAXPrint_Handler. |