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 :

Classe « ContentHandler » Python 3.11.3

Méthode xml.sax.ContentHandler.endPrefixMapping

Signature de la méthode endPrefixMapping

def endPrefixMapping(self, prefix) 

Description

help(ContentHandler.endPrefixMapping)

End the scope of a prefix-URI mapping.

        See startPrefixMapping for details. This event will always
        occur after the corresponding endElement event, but the order
        of endPrefixMapping events is not otherwise guaranteed.