#include <QtQgarContentHandlerAdaptor.H>
Definition at line 67 of file QtQgarContentHandlerAdaptor.H.
Public Member Functions | |
| virtual bool | characters (const QString &ch) |
| virtual bool | endDocument () |
| virtual bool | endElement (const QString &namespaceURI, const QString &localName, const QString &qName) |
| virtual bool | endPrefixMapping (const QString &prefix) |
| virtual QString | errorString () |
| virtual bool | ignorableWhitespace (const QString &ch) |
| virtual void | setDocumentLocator (QXmlLocator *locator) |
| virtual bool | startDocument () |
| virtual bool | processingInstruction (const QString &target, const QString &data) |
| virtual bool | skippedEntity (const QString &name) |
| virtual bool | startElement (const QString &namespaceURI, const QString &localName, const QString &qName, const QXmlAttributes &atts) |
| virtual bool | startPrefixMapping (const QString &prefix, const QString &uri) |
Constructors | |
| QtQgarContentHandlerAdaptor (ContentHandler *handler) | |
| Default constructor. | |
Destructors | |
| virtual | ~QtQgarContentHandlerAdaptor () |
| Destructor. | |
Protected Attributes | |
| ContentHandler * | _impl |
| QString | _errorMsg |
| QtStringConverter | _sc |
| QtLocatorAdaptor * | _locatorImpl |
|
|
Default constructor.
Definition at line 63 of file QtQgarContentHandlerAdaptor.C. References _impl, and _locatorImpl. |
|
|
Destructor.
Definition at line 76 of file QtQgarContentHandlerAdaptor.C. References _locatorImpl. |
|
|
Definition at line 88 of file QtQgarContentHandlerAdaptor.C. References _errorMsg, _impl, _sc, and qgxml::ContentHandler::characters(). |
|
|
Definition at line 107 of file QtQgarContentHandlerAdaptor.C. References _errorMsg, _impl, and qgxml::ContentHandler::endDocument(). |
|
||||||||||||||||
|
Definition at line 127 of file QtQgarContentHandlerAdaptor.C. References _errorMsg, _impl, _sc, and qgxml::ContentHandler::endElement(). |
|
|
Definition at line 148 of file QtQgarContentHandlerAdaptor.C. References _errorMsg, _impl, _sc, and qgxml::ContentHandler::endPrefixMapping(). |
|
|
Definition at line 167 of file QtQgarContentHandlerAdaptor.C. References _errorMsg. |
|
|
Definition at line 175 of file QtQgarContentHandlerAdaptor.C. References _errorMsg, _impl, _sc, and qgxml::ContentHandler::ignorableWhitespace(). |
|
||||||||||||
|
Definition at line 230 of file QtQgarContentHandlerAdaptor.C. References _errorMsg, _impl, _sc, and qgxml::ContentHandler::processingInstruction(). |
|
|
Definition at line 194 of file QtQgarContentHandlerAdaptor.C. References _impl, _locatorImpl, and qgxml::ContentHandler::setDocumentLocator(). |
|
|
Definition at line 250 of file QtQgarContentHandlerAdaptor.C. References _errorMsg, _impl, _sc, and qgxml::ContentHandler::skippedEntity(). |
|
|
Definition at line 211 of file QtQgarContentHandlerAdaptor.C. References _errorMsg, _impl, and qgxml::ContentHandler::startDocument(). |
|
||||||||||||||||||||
|
Definition at line 268 of file QtQgarContentHandlerAdaptor.C. References _errorMsg, _impl, _sc, and qgxml::ContentHandler::startElement(). |
|
||||||||||||
|
Definition at line 292 of file QtQgarContentHandlerAdaptor.C. References _errorMsg, _impl, _sc, and qgxml::ContentHandler::startPrefixMapping(). |
|
|
Definition at line 138 of file QtQgarContentHandlerAdaptor.H. Referenced by characters(), endDocument(), endElement(), endPrefixMapping(), errorString(), ignorableWhitespace(), processingInstruction(), skippedEntity(), startDocument(), startElement(), and startPrefixMapping(). |
|
|
Definition at line 136 of file QtQgarContentHandlerAdaptor.H. Referenced by characters(), endDocument(), endElement(), endPrefixMapping(), ignorableWhitespace(), processingInstruction(), QtQgarContentHandlerAdaptor(), setDocumentLocator(), skippedEntity(), startDocument(), startElement(), and startPrefixMapping(). |
|
|
Definition at line 142 of file QtQgarContentHandlerAdaptor.H. Referenced by QtQgarContentHandlerAdaptor(), setDocumentLocator(), and ~QtQgarContentHandlerAdaptor(). |
|
|
Definition at line 140 of file QtQgarContentHandlerAdaptor.H. Referenced by characters(), endElement(), endPrefixMapping(), ignorableWhitespace(), processingInstruction(), skippedEntity(), startElement(), and startPrefixMapping(). |