#include <ACEXML/common/XMLReader.h>
Inheritance diagram for ACEXML_XMLReader:
XMLReader is the interface that an XML parser's SAX2 driver must implement. This interface allows an application to set and query features and properties in the parser, to register event handlers for document processing, and to initiate a document parse.
All SAX interfaces are assumed to be synchronous: the parse methods must not return until parsing is complete, and readers must wait for an event-handler callback to return before reporting the next event.
|
|
|
Return the current content handler. Implemented in ACEXML_XMLFilterImpl, and ACEXML_Parser. |
|
Return the current DTD handler. Implemented in ACEXML_XMLFilterImpl, and ACEXML_Parser. |
|
Return the current entity resolver. Implemented in ACEXML_XMLFilterImpl, and ACEXML_Parser. |
|
Return the current error handler. Implemented in ACEXML_XMLFilterImpl, and ACEXML_Parser. |
|
Look up the value of a feature. This method allows programmers to check whether a specific feature has been activated in the parser. Reimplemented in ACEXML_XMLFilterImpl, and ACEXML_Parser. |
|
Look up the value of a property. Reimplemented in ACEXML_XMLFilterImpl, and ACEXML_Parser. |
|
Parse an XML document from a system identifier (URI). Implemented in ACEXML_XMLFilterImpl, and ACEXML_Parser. |
|
Parse an XML document. Implemented in ACEXML_XMLFilterImpl, and ACEXML_Parser. |
|
Allow an application to register a content event handler. Implemented in ACEXML_XMLFilterImpl, and ACEXML_Parser. |
|
Allow an application to register a DTD event handler. Implemented in ACEXML_XMLFilterImpl, and ACEXML_Parser. |
|
Allow an application to register an entity resolver. Implemented in ACEXML_XMLFilterImpl, and ACEXML_Parser. |
|
Allow an application to register an error event handler. Implemented in ACEXML_XMLFilterImpl, and ACEXML_Parser. |
|
Activating or deactivating a feature. Reimplemented in ACEXML_XMLFilterImpl, and ACEXML_Parser. |
|
Set the value of a property. Reimplemented in ACEXML_XMLFilterImpl, and ACEXML_Parser. |
|
Reimplemented in ACEXML_XMLFilterImpl, ACEXML_XMLFilterImpl, ACEXML_XMLFilterImpl, ACEXML_Parser, ACEXML_Parser, and ACEXML_Parser. |
|
Reimplemented in ACEXML_XMLFilterImpl, ACEXML_XMLFilterImpl, ACEXML_XMLFilterImpl, ACEXML_Parser, ACEXML_Parser, and ACEXML_Parser. |
|
Reimplemented in ACEXML_XMLFilterImpl, ACEXML_XMLFilterImpl, ACEXML_XMLFilterImpl, ACEXML_Parser, ACEXML_Parser, and ACEXML_Parser. |