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 :

Vous êtes un professionnel et vous avez besoin d'une formation ? Programmation Python
Les compléments
Voir le programme détaillé
Module « xml.dom.domreg » Python 3.13.2

Fonction registerDOMImplementation - module xml.dom.domreg

Signature de la fonction registerDOMImplementation

def registerDOMImplementation(name, factory) 

Description

help(xml.dom.domreg.registerDOMImplementation)

registerDOMImplementation(name, factory)

Register the factory function with the name. The factory function
should return an object which implements the DOMImplementation
interface. The factory function can either return the same object,
or a new one (e.g. if that implementation supports some
customization).


Vous êtes un professionnel et vous avez besoin d'une formation ? Coder avec une
Intelligence Artificielle
Voir le programme détaillé