#include <Cascadable_DocHandler.h>
Inheritance diagram for CIAO::XMLHelpers::Skip_DocHandler:
Public Member Functions | |
Skip_DocHandler (ACEXML_XMLReader *parser, Cascadable_DocHandler *parent, const ACEXML_Char *namespaceURI, const ACEXML_Char *localName, const ACEXML_Char *qName, ACEXML_Attributes *atts ACEXML_ENV_ARG_DECL) throw (ACEXML_SAXException) | |
Constructor. | |
virtual | ~Skip_DocHandler () |
Destructor. | |
virtual void | endElement (const ACEXML_Char *namespaceURI, const ACEXML_Char *localName, const ACEXML_Char *qName ACEXML_ENV_ARG_DECL) throw (ACEXML_SAXException) |
virtual void | startElement (const ACEXML_Char *namespaceURI, const ACEXML_Char *localName, const ACEXML_Char *qName, ACEXML_Attributes *atts ACEXML_ENV_ARG_DECL) throw (ACEXML_SAXException) |
Protected Attributes | |
long | element_count_ |
|
Constructor.
|
|
Destructor.
|
|
Receive notification of the end of an element. Reimplemented from ACEXML_DefaultHandler. |
|
Receive notification of the beginning of an element. Reimplemented from ACEXML_DefaultHandler. |
|
|