QXmlDeclHandler Class Reference
[QtXml module]
Inherited by QXmlDefaultHandler.
Methods
- __init__ (self)
- __init__ (self, QXmlDeclHandler)
- bool attributeDecl (self, QString, QString, QString, QString, QString)
- QString errorString (self)
- bool externalEntityDecl (self, QString, QString, QString)
- bool internalEntityDecl (self, QString, QString)
Detailed Description
Method Documentation
QXmlDeclHandler.__init__ (self)
QXmlDeclHandler.__init__ (self, QXmlDeclHandler)
bool QXmlDeclHandler.attributeDecl (self, QString, QString, QString, QString, QString)
This method is abstract and should be reimplemented in any sub-class.
QString QXmlDeclHandler.errorString (self)
This method is abstract and should be reimplemented in any sub-class.
bool QXmlDeclHandler.externalEntityDecl (self, QString, QString, QString)
This method is abstract and should be reimplemented in any sub-class.
bool QXmlDeclHandler.internalEntityDecl (self, QString, QString)
This method is abstract and should be reimplemented in any sub-class.