QXmlDeclHandler

PyQt5.QtXml.QXmlDeclHandler

Inherited by QXmlDefaultHandler.

Description

The QXmlDeclHandler class provides an interface to report declaration content of XML data.

You can set the declaration handler with setDeclHandler().

This interface is based on the SAX2 extension DeclHandler.

The interface provides attributeDecl(), internalEntityDecl() and externalEntityDecl() functions.

Methods

__init__()

TODO


__init__(QXmlDeclHandler)

TODO


attributeDecl(str, str, str, str, str) → bool

TODO


errorString() → str

TODO


externalEntityDecl(str, str, str) → bool

TODO


internalEntityDecl(str, str) → bool

TODO