NAME
Qt::Xml::QXmlSimpleReader
PUBLIC METHODS
- QXmlSimpleReader()
- ~QXmlSimpleReader()
- QXmlDTDHandler * DTDHandler()
- QXmlContentHandler * contentHandler()
- QXmlDeclHandler * declHandler()
- QXmlEntityResolver * entityResolver()
- QXmlErrorHandler * errorHandler()
- bool feature(const QString & name, bool * ok = 0)
- bool feature(const QString & name, bool * ok)
- bool hasFeature(const QString & name)
- bool hasProperty(const QString & name)
- QXmlLexicalHandler * lexicalHandler()
- bool parse(const QXmlInputSource & input)
- bool parse(const QXmlInputSource * input)
- bool parse(const QXmlInputSource * input, bool incremental)
- bool parseContinue()
- void * property(const QString & name, bool * ok = 0)
- void * property(const QString & name, bool * ok)
- void setContentHandler(QXmlContentHandler * handler)
- void setDTDHandler(QXmlDTDHandler * handler)
- void setDeclHandler(QXmlDeclHandler * handler)
- void setEntityResolver(QXmlEntityResolver * handler)
- void setErrorHandler(QXmlErrorHandler * handler)
- void setFeature(const QString & name, bool value)
- void setLexicalHandler(QXmlLexicalHandler * handler)
- void setProperty(const QString & name, void * value)
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.