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 « Element » Python 3.11.3

Méthode xml.dom.minidom.Element.writexml

Signature de la méthode writexml

def writexml(self, writer, indent='', addindent='', newl='') 

Description

help(Element.writexml)

Write an XML element to a file-like object

        Write the element to the writer object that must provide
        a write method (e.g. a file or StringIO object).