Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « PySide2.QtXml »

Classe « QXmlDefaultHandler »

Informations générales

Héritage

builtins.object
    Object
        QXmlDeclHandler
builtins.object
    Object
        QXmlLexicalHandler
builtins.object
    Object
        QXmlEntityResolver
builtins.object
    Object
        QXmlDTDHandler
builtins.object
    Object
        QXmlErrorHandler
builtins.object
    Object
        QXmlContentHandler
            QXmlDefaultHandler

Définition

class QXmlDefaultHandler(QXmlContentHandler, QXmlErrorHandler, QXmlDTDHandler, QXmlEntityResolver, QXmlLexicalHandler, QXmlDeclHandler):

Description [extrait de QXmlDefaultHandler.__doc__]

QXmlDefaultHandler(self)

Constructeur(s)

Signature du constructeur Description
__new__(*args, **kwargs) Create and return a new object. See help(type) for accurate signature. [extrait de __new__.__doc__]
__init__(self, /, *args, **kwargs) Initialize self. See help(type(self)) for accurate signature. [extrait de __init__.__doc__]

Liste des opérateurs

Opérateurs hérités de la classe object

__eq__, __ge__, __gt__, __le__, __lt__, __ne__

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes dépréciées
Signature de la méthodeDescription
__delattr__(self, name) Implement delattr(self, name). [extrait de __delattr__.__doc__]
__setattr__(self, name, value) Implement setattr(self, name, value). [extrait de __setattr__.__doc__]
attributeDecl(self, eName: str, aName: str, type: str, valueDefault: str, value: str) -> bool attributeDecl(self, eName: str, aName: str, type: str, valueDefault: str, value: str) -> bool [extrait de attributeDecl.__doc__]
characters(self, ch: str) -> bool characters(self, ch: str) -> bool [extrait de characters.__doc__]
comment(self, ch: str) -> bool comment(self, ch: str) -> bool [extrait de comment.__doc__]
endCDATA(self) -> bool endCDATA(self) -> bool [extrait de endCDATA.__doc__]
endDocument(self) -> bool endDocument(self) -> bool [extrait de endDocument.__doc__]
endDTD(self) -> bool endDTD(self) -> bool [extrait de endDTD.__doc__]
endElement(self, namespaceURI: str, localName: str, qName: str) -> bool endElement(self, namespaceURI: str, localName: str, qName: str) -> bool [extrait de endElement.__doc__]
endEntity(self, name: str) -> bool endEntity(self, name: str) -> bool [extrait de endEntity.__doc__]
endPrefixMapping(self, prefix: str) -> bool endPrefixMapping(self, prefix: str) -> bool [extrait de endPrefixMapping.__doc__]
error(self, exception: PySide2.QtXml.QXmlParseException) -> bool error(self, exception: PySide2.QtXml.QXmlParseException) -> bool [extrait de error.__doc__]
errorString(self) -> str errorString(self) -> str [extrait de errorString.__doc__]
externalEntityDecl(self, name: str, publicId: str, systemId: str) -> bool externalEntityDecl(self, name: str, publicId: str, systemId: str) -> bool [extrait de externalEntityDecl.__doc__]
fatalError(self, exception: PySide2.QtXml.QXmlParseException) -> bool fatalError(self, exception: PySide2.QtXml.QXmlParseException) -> bool [extrait de fatalError.__doc__]
ignorableWhitespace(self, ch: str) -> bool ignorableWhitespace(self, ch: str) -> bool [extrait de ignorableWhitespace.__doc__]
internalEntityDecl(self, name: str, value: str) -> bool internalEntityDecl(self, name: str, value: str) -> bool [extrait de internalEntityDecl.__doc__]
notationDecl(self, name: str, publicId: str, systemId: str) -> bool notationDecl(self, name: str, publicId: str, systemId: str) -> bool [extrait de notationDecl.__doc__]
processingInstruction(self, target: str, data: str) -> bool processingInstruction(self, target: str, data: str) -> bool [extrait de processingInstruction.__doc__]
resolveEntity(self, publicId: str, systemId: str, ret: PySide2.QtXml.QXmlInputSource) -> bool resolveEntity(self, publicId: str, systemId: str, ret: PySide2.QtXml.QXmlInputSource) -> bool [extrait de resolveEntity.__doc__]
setDocumentLocator(self, locator: PySide2.QtXml.QXmlLocator) setDocumentLocator(self, locator: PySide2.QtXml.QXmlLocator) [extrait de setDocumentLocator.__doc__]
skippedEntity(self, name: str) -> bool skippedEntity(self, name: str) -> bool [extrait de skippedEntity.__doc__]
startCDATA(self) -> bool startCDATA(self) -> bool [extrait de startCDATA.__doc__]
startDocument(self) -> bool startDocument(self) -> bool [extrait de startDocument.__doc__]
startDTD(self, name: str, publicId: str, systemId: str) -> bool startDTD(self, name: str, publicId: str, systemId: str) -> bool [extrait de startDTD.__doc__]
startElement(self, namespaceURI: str, localName: str, qName: str, atts: PySide2.QtXml.QXmlAttributes) -> bool startElement(self, namespaceURI: str, localName: str, qName: str, atts: PySide2.QtXml.QXmlAttributes) -> bool [extrait de startElement.__doc__]
startEntity(self, name: str) -> bool startEntity(self, name: str) -> bool [extrait de startEntity.__doc__]
startPrefixMapping(self, prefix: str, uri: str) -> bool startPrefixMapping(self, prefix: str, uri: str) -> bool [extrait de startPrefixMapping.__doc__]
unparsedEntityDecl(self, name: str, publicId: str, systemId: str, notationName: str) -> bool unparsedEntityDecl(self, name: str, publicId: str, systemId: str, notationName: str) -> bool [extrait de unparsedEntityDecl.__doc__]
warning(self, exception: PySide2.QtXml.QXmlParseException) -> bool warning(self, exception: PySide2.QtXml.QXmlParseException) -> bool [extrait de warning.__doc__]

Méthodes héritées de la classe QXmlDeclHandler

__init_subclass__, __subclasshook__

Méthodes héritées de la classe QXmlLexicalHandler

__init_subclass__, __subclasshook__

Méthodes héritées de la classe QXmlEntityResolver

__init_subclass__, __subclasshook__

Méthodes héritées de la classe QXmlDTDHandler

__init_subclass__, __subclasshook__

Méthodes héritées de la classe QXmlErrorHandler

__init_subclass__, __subclasshook__

Méthodes héritées de la classe QXmlContentHandler

__init_subclass__, __subclasshook__

Méthodes héritées de la classe Object

__init_subclass__, __subclasshook__

Méthodes héritées de la classe object

__dir__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __sizeof__, __str__