QXmlContentHandler
#include <QtXml/QXmlContentHandler>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QXmlContentHandler
Overview
Inheritance
QXmlContentHandler | |||
QXmlDefaultHandler |
Public Functions Index
virtual | ~QXmlContentHandler () |
bool | characters (const QString &ch)=0 |
bool | endDocument ()=0 |
bool | endElement (const QString &namespaceURI, const QString &localName, const QString &qName)=0 |
bool | endPrefixMapping (const QString &prefix)=0 |
QString | errorString () const =0 |
bool | ignorableWhitespace (const QString &ch)=0 |
bool | processingInstruction (const QString &target, const QString &data)=0 |
void | setDocumentLocator (QXmlLocator *locator)=0 |
bool | skippedEntity (const QString &name)=0 |
bool | startDocument ()=0 |
bool | startElement (const QString &namespaceURI, const QString &localName, const QString &qName, const QXmlAttributes &atts)=0 |
bool | startPrefixMapping (const QString &prefix, const QString &uri)=0 |
Public Functions
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy