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