Home · All Classes · Modules

QXmlContentHandler Class Reference
[QtXml module]

Inherited by QXmlDefaultHandler.

Methods


Detailed Description


Method Documentation

QXmlContentHandler.__init__ (self)

QXmlContentHandler.__init__ (self, QXmlContentHandler)

bool QXmlContentHandler.characters (self, QString)

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

bool QXmlContentHandler.endDocument (self)

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

bool QXmlContentHandler.endElement (self, QString, QString, QString)

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

bool QXmlContentHandler.endPrefixMapping (self, QString)

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

QString QXmlContentHandler.errorString (self)

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

bool QXmlContentHandler.ignorableWhitespace (self, QString)

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

bool QXmlContentHandler.processingInstruction (self, QString, QString)

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

QXmlContentHandler.setDocumentLocator (self, QXmlLocator)

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

bool QXmlContentHandler.skippedEntity (self, QString)

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

bool QXmlContentHandler.startDocument (self)

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

bool QXmlContentHandler.startElement (self, QString, QString, QString, QXmlAttributes)

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

bool QXmlContentHandler.startPrefixMapping (self, QString, QString)

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