#include <Print_Handler.h>
Inheritance diagram for ACEXML_Print_Handler:
This SAX event handler prints out a detailed event report on every event it received.
|
|
|
|
|
Receive notification of character data. Reimplemented from ACEXML_DefaultHandler. |
|
Receive notification of the end of a document. Reimplemented from ACEXML_DefaultHandler. |
|
Receive notification of the end of an element. Reimplemented from ACEXML_DefaultHandler. |
|
End the scope of a prefix-URI mapping. Reimplemented from ACEXML_DefaultHandler. |
|
Receive notification of a recoverable error. Reimplemented from ACEXML_DefaultHandler. |
|
Receive notification of a non-recoverable error. Reimplemented from ACEXML_DefaultHandler. |
|
Receive notification of ignorable whitespace in element content. Reimplemented from ACEXML_DefaultHandler. |
|
Receive notification of a notation declaration event. Reimplemented from ACEXML_DefaultHandler. |
|
Receive notification of a processing instruction. Reimplemented from ACEXML_DefaultHandler. |
|
Allow the application to resolve external entities. Reimplemented from ACEXML_DefaultHandler. |
|
Receive an object for locating the origin of SAX document events. Reimplemented from ACEXML_DefaultHandler. |
|
Receive notification of a skipped entity. Reimplemented from ACEXML_DefaultHandler. |
|
Receive notification of the beginning of a document. Reimplemented from ACEXML_DefaultHandler. |
|
Receive notification of the beginning of an element. Reimplemented from ACEXML_DefaultHandler. |
|
Begin the scope of a prefix-URI Namespace mapping. Reimplemented from ACEXML_DefaultHandler. |
|
Receive notification of an unparsed entity declaration event. Reimplemented from ACEXML_DefaultHandler. |
|
Receive notification of a warning. Reimplemented from ACEXML_DefaultHandler. |