QXmlSimpleReader
#include <QtXml/QXmlSimpleReader>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QXmlSimpleReader
Overview
Inheritance
QXmlReader | ||
QXmlSimpleReader |
Public Functions Index
QXmlSimpleReader () | |
virtual | ~QXmlSimpleReader () |
virtual QXmlContentHandler * | contentHandler () const |
virtual QXmlDeclHandler * | declHandler () const |
virtual QXmlDTDHandler * | DTDHandler () const |
virtual QXmlEntityResolver * | entityResolver () const |
virtual QXmlErrorHandler * | errorHandler () const |
virtual bool | feature (const QString &name, bool *ok=0) const |
virtual bool | hasFeature (const QString &name) const |
virtual bool | hasProperty (const QString &name) const |
virtual QXmlLexicalHandler * | lexicalHandler () const |
virtual bool | parse (const QXmlInputSource &input) |
virtual bool | parse (const QXmlInputSource *input) |
virtual bool | parse (const QXmlInputSource *input, bool incremental) |
virtual bool | parseContinue () |
virtual void * | property (const QString &name, bool *ok=0) const |
virtual void | setContentHandler (QXmlContentHandler *handler) |
virtual void | setDeclHandler (QXmlDeclHandler *handler) |
virtual void | setDTDHandler (QXmlDTDHandler *handler) |
virtual void | setEntityResolver (QXmlEntityResolver *handler) |
virtual void | setErrorHandler (QXmlErrorHandler *handler) |
virtual void | setFeature (const QString &name, bool value) |
virtual void | setLexicalHandler (QXmlLexicalHandler *handler) |
virtual void | setProperty (const QString &name, void *value) |
Public Functions
virtual
Destructor.
virtualQXmlContentHandler *
virtualQXmlDeclHandler *
virtualQXmlDTDHandler *
virtualQXmlEntityResolver *
virtualQXmlErrorHandler *
virtual bool
virtual bool
virtual bool
virtualQXmlLexicalHandler *
virtual bool
virtual bool
virtual bool
virtual bool
virtual void *
virtual void
virtual void
virtual void
virtual void
virtual void
virtual void
virtual void
virtual void
© 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