Home · All Classes · Modules

QXmlReader Class Reference
[QtXml module]

Inherited by QXmlSimpleReader.

Methods


Detailed Description


Method Documentation

QXmlReader.__init__ (self)

QXmlReader.__init__ (self, QXmlReader)

QXmlContentHandler QXmlReader.contentHandler (self)

This method is abstract and should be reimplemented in any sub-class.

QXmlDeclHandler QXmlReader.declHandler (self)

This method is abstract and should be reimplemented in any sub-class.

QXmlDTDHandler QXmlReader.DTDHandler (self)

This method is abstract and should be reimplemented in any sub-class.

QXmlEntityResolver QXmlReader.entityResolver (self)

This method is abstract and should be reimplemented in any sub-class.

QXmlErrorHandler QXmlReader.errorHandler (self)

This method is abstract and should be reimplemented in any sub-class.

(bool, bool ok) QXmlReader.feature (self, QString)

This method is abstract and should be reimplemented in any sub-class.

bool QXmlReader.hasFeature (self, QString)

This method is abstract and should be reimplemented in any sub-class.

bool QXmlReader.hasProperty (self, QString)

This method is abstract and should be reimplemented in any sub-class.

QXmlLexicalHandler QXmlReader.lexicalHandler (self)

This method is abstract and should be reimplemented in any sub-class.

bool QXmlReader.parse (self, QXmlInputSource)

This method is abstract and should be reimplemented in any sub-class.

bool QXmlReader.parse (self, QXmlInputSource)

This method is abstract and should be reimplemented in any sub-class.

(sip.voidptr, bool ok) QXmlReader.property (self, QString)

This method is abstract and should be reimplemented in any sub-class.

QXmlReader.setContentHandler (self, QXmlContentHandler)

This method is abstract and should be reimplemented in any sub-class.

QXmlReader.setDeclHandler (self, QXmlDeclHandler)

This method is abstract and should be reimplemented in any sub-class.

QXmlReader.setDTDHandler (self, QXmlDTDHandler)

This method is abstract and should be reimplemented in any sub-class.

QXmlReader.setEntityResolver (self, QXmlEntityResolver)

This method is abstract and should be reimplemented in any sub-class.

QXmlReader.setErrorHandler (self, QXmlErrorHandler)

This method is abstract and should be reimplemented in any sub-class.

QXmlReader.setFeature (self, QString, bool)

This method is abstract and should be reimplemented in any sub-class.

QXmlReader.setLexicalHandler (self, QXmlLexicalHandler)

This method is abstract and should be reimplemented in any sub-class.

QXmlReader.setProperty (self, QString, sip.voidptr)

This method is abstract and should be reimplemented in any sub-class.


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0