ACEXML
6.2.5
|
ACEXML_DefaultHandler. More...
#include <DefaultHandler.h>
Public Member Functions | |
ACEXML_DefaultHandler (void) | |
virtual | ~ACEXML_DefaultHandler (void) |
virtual void | characters (const ACEXML_Char *ch, size_t start, size_t length) |
virtual void | endDocument (void) |
virtual void | endElement (const ACEXML_Char *namespaceURI, const ACEXML_Char *localName, const ACEXML_Char *qName) |
virtual void | endPrefixMapping (const ACEXML_Char *prefix) |
virtual void | ignorableWhitespace (const ACEXML_Char *ch, int start, int length) |
virtual void | processingInstruction (const ACEXML_Char *target, const ACEXML_Char *data) |
virtual void | setDocumentLocator (ACEXML_Locator *locator) |
virtual void | skippedEntity (const ACEXML_Char *name) |
virtual void | startDocument (void) |
virtual void | startElement (const ACEXML_Char *namespaceURI, const ACEXML_Char *localName, const ACEXML_Char *qName, ACEXML_Attributes *atts) |
virtual void | startPrefixMapping (const ACEXML_Char *prefix, const ACEXML_Char *uri) |
virtual void | notationDecl (const ACEXML_Char *name, const ACEXML_Char *publicId, const ACEXML_Char *systemId) |
virtual void | unparsedEntityDecl (const ACEXML_Char *name, const ACEXML_Char *publicId, const ACEXML_Char *systemId, const ACEXML_Char *notationName) |
virtual ACEXML_InputSource * | resolveEntity (const ACEXML_Char *publicId, const ACEXML_Char *systemId) |
virtual void | error (ACEXML_SAXParseException &exception) |
virtual void | fatalError (ACEXML_SAXParseException &exception) |
virtual void | warning (ACEXML_SAXParseException &exception) |
Public Member Functions inherited from ACEXML_ContentHandler | |
virtual | ~ACEXML_ContentHandler (void) |
Public Member Functions inherited from ACEXML_DTDHandler | |
virtual | ~ACEXML_DTDHandler (void) |
Public Member Functions inherited from ACEXML_EntityResolver | |
virtual | ~ACEXML_EntityResolver (void) |
Public Member Functions inherited from ACEXML_ErrorHandler | |
virtual | ~ACEXML_ErrorHandler (void) |
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:
Application writers can extend this class when they need to implement only part of an interface; parser writers can instantiate this class to provide default handlers when the application has not supplied its own.
ACEXML_DefaultHandler::ACEXML_DefaultHandler | ( | void | ) |
Default constructor.
|
virtual |
destructor.
|
virtual |
Receive notification of character data.
Implements ACEXML_ContentHandler.
Reimplemented in ACEXML_Print_Handler, ACEXML_SAXPrint_Handler, and Basic_Content_Tester.
|
virtual |
Receive notification of the end of a document.
Implements ACEXML_ContentHandler.
Reimplemented in ACEXML_SAXPrint_Handler, and ACEXML_Print_Handler.
|
virtual |
Receive notification of the end of an element.
Implements ACEXML_ContentHandler.
Reimplemented in ACEXML_SAXPrint_Handler, and ACEXML_Print_Handler.
|
virtual |
End the scope of a prefix-URI mapping.
Implements ACEXML_ContentHandler.
Reimplemented in ACEXML_SAXPrint_Handler, and ACEXML_Print_Handler.
|
virtual |
Receive notification of a recoverable error.
Implements ACEXML_ErrorHandler.
Reimplemented in ACEXML_SAXPrint_Handler, and ACEXML_Print_Handler.
|
virtual |
Receive notification of a non-recoverable error.
Implements ACEXML_ErrorHandler.
Reimplemented in ACEXML_SAXPrint_Handler, and ACEXML_Print_Handler.
|
virtual |
Receive notification of ignorable whitespace in element content.
Implements ACEXML_ContentHandler.
Reimplemented in ACEXML_SAXPrint_Handler, and ACEXML_Print_Handler.
|
virtual |
Receive notification of a notation declaration event.
Implements ACEXML_DTDHandler.
Reimplemented in ACEXML_SAXPrint_Handler, and ACEXML_Print_Handler.
|
virtual |
Receive notification of a processing instruction.
Implements ACEXML_ContentHandler.
Reimplemented in ACEXML_SAXPrint_Handler, and ACEXML_Print_Handler.
|
virtual |
Allow the application to resolve external entities.
Implements ACEXML_EntityResolver.
Reimplemented in ACEXML_SAXPrint_Handler, and ACEXML_Print_Handler.
|
virtual |
Receive an object for locating the origin of SAX document events.
Implements ACEXML_ContentHandler.
Reimplemented in ACEXML_SAXPrint_Handler, and ACEXML_Print_Handler.
|
virtual |
Receive notification of a skipped entity.
Implements ACEXML_ContentHandler.
Reimplemented in ACEXML_SAXPrint_Handler, and ACEXML_Print_Handler.
|
virtual |
Receive notification of the beginning of a document.
Implements ACEXML_ContentHandler.
Reimplemented in ACEXML_SAXPrint_Handler, and ACEXML_Print_Handler.
|
virtual |
Receive notification of the beginning of an element.
Implements ACEXML_ContentHandler.
Reimplemented in ACEXML_SAXPrint_Handler, and ACEXML_Print_Handler.
|
virtual |
Begin the scope of a prefix-URI Namespace mapping.
Implements ACEXML_ContentHandler.
Reimplemented in ACEXML_SAXPrint_Handler, and ACEXML_Print_Handler.
|
virtual |
Receive notification of an unparsed entity declaration event.
Implements ACEXML_DTDHandler.
Reimplemented in ACEXML_SAXPrint_Handler, and ACEXML_Print_Handler.
|
virtual |
Receive notification of a warning.
Implements ACEXML_ErrorHandler.
Reimplemented in ACEXML_SAXPrint_Handler, and ACEXML_Print_Handler.