#include <XercesQgarContentHandlerAdaptor.H>
Definition at line 66 of file XercesQgarContentHandlerAdaptor.H.
Public Member Functions | |
| virtual void | characters (const XMLCh *const chars, const unsigned int length) |
| virtual void | endDocument () |
| virtual void | endElement (const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qName) |
| virtual void | ignorableWhitespace (const XMLCh *const chars, const unsigned int length) |
| virtual void | processingInstruction (const XMLCh *const target, const XMLCh *const data) |
| virtual void | setDocumentLocator (const xercesc::Locator *const locator) |
| virtual void | startDocument () |
| virtual void | startElement (const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname, const xercesc::Attributes &attrs) |
| virtual void | startPrefixMapping (const XMLCh *const prefix, const XMLCh *const uri) |
| virtual void | endPrefixMapping (const XMLCh *const prefix) |
| virtual void | skippedEntity (const XMLCh *name) |
Constructors | |
| XercesQgarContentHandlerAdaptor (qgxml::ContentHandler *handler) | |
| Default constructor. | |
Destructors | |
| virtual | ~XercesQgarContentHandlerAdaptor () |
| Destructor. | |
Protected Attributes | |
| qgxml::ContentHandler * | _impl |
| XercesStringConverter | _sc |
| XercesLocatorAdaptor * | _locatorImpl |
|
|
Default constructor.
Definition at line 62 of file XercesQgarContentHandlerAdaptor.C. References _impl, and _locatorImpl. |
|
|
Destructor.
Definition at line 77 of file XercesQgarContentHandlerAdaptor.C. References _locatorImpl. |
|
||||||||||||
|
Definition at line 89 of file XercesQgarContentHandlerAdaptor.C. References _impl, _sc, qgxml::ContentHandler::characters(), and qgxml::SAXException::getMessage(). |
|
|
Definition at line 104 of file XercesQgarContentHandlerAdaptor.C. References _impl, qgxml::ContentHandler::endDocument(), and qgxml::SAXException::getMessage(). |
|
||||||||||||||||
|
Definition at line 118 of file XercesQgarContentHandlerAdaptor.C. References _impl, _sc, qgxml::ContentHandler::endElement(), and qgxml::SAXException::getMessage(). |
|
|
Definition at line 235 of file XercesQgarContentHandlerAdaptor.C. References _impl, _sc, qgxml::ContentHandler::endPrefixMapping(), and qgxml::SAXException::getMessage(). |
|
||||||||||||
|
Definition at line 134 of file XercesQgarContentHandlerAdaptor.C. References _impl, _sc, qgxml::SAXException::getMessage(), and qgxml::ContentHandler::ignorableWhitespace(). |
|
||||||||||||
|
Definition at line 150 of file XercesQgarContentHandlerAdaptor.C. References _impl, _sc, qgxml::SAXException::getMessage(), and qgxml::ContentHandler::processingInstruction(). |
|
|
Definition at line 165 of file XercesQgarContentHandlerAdaptor.C. References _impl, _locatorImpl, and qgxml::ContentHandler::setDocumentLocator(). |
|
|
Definition at line 249 of file XercesQgarContentHandlerAdaptor.C. References _impl, _sc, qgxml::SAXException::getMessage(), and qgxml::ContentHandler::skippedEntity(). |
|
|
Definition at line 184 of file XercesQgarContentHandlerAdaptor.C. References _impl, qgxml::SAXException::getMessage(), and qgxml::ContentHandler::startDocument(). |
|
||||||||||||||||||||
|
Definition at line 198 of file XercesQgarContentHandlerAdaptor.C. References _impl, _sc, qgxml::SAXException::getMessage(), and qgxml::ContentHandler::startElement(). |
|
||||||||||||
|
Definition at line 220 of file XercesQgarContentHandlerAdaptor.C. References _impl, _sc, qgxml::SAXException::getMessage(), and qgxml::ContentHandler::startPrefixMapping(). |
|
|
Definition at line 135 of file XercesQgarContentHandlerAdaptor.H. Referenced by characters(), endDocument(), endElement(), endPrefixMapping(), ignorableWhitespace(), processingInstruction(), setDocumentLocator(), skippedEntity(), startDocument(), startElement(), startPrefixMapping(), and XercesQgarContentHandlerAdaptor(). |
|
|
Definition at line 139 of file XercesQgarContentHandlerAdaptor.H. Referenced by setDocumentLocator(), XercesQgarContentHandlerAdaptor(), and ~XercesQgarContentHandlerAdaptor(). |
|
|
Definition at line 137 of file XercesQgarContentHandlerAdaptor.H. Referenced by characters(), endElement(), endPrefixMapping(), ignorableWhitespace(), processingInstruction(), skippedEntity(), startElement(), and startPrefixMapping(). |