QXmlContentHandler Class Reference
[QtXml module]
Inherited by QXmlDefaultHandler.
Methods
- __init__ (self)
- __init__ (self, QXmlContentHandler)
- bool characters (self, QString)
- bool endDocument (self)
- bool endElement (self, QString, QString, QString)
- bool endPrefixMapping (self, QString)
- QString errorString (self)
- bool ignorableWhitespace (self, QString)
- bool processingInstruction (self, QString, QString)
- setDocumentLocator (self, QXmlLocator)
- bool skippedEntity (self, QString)
- bool startDocument (self)
- bool startElement (self, QString, QString, QString, QXmlAttributes)
- bool startPrefixMapping (self, QString, QString)
Detailed Description
Method Documentation
QXmlContentHandler.__init__ (self)
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.