File: //usr/lib64/python2.4/xml/dom/domreg.pyc
mò
‚=5Dc @ sY d Z d k Th d d <d d <Z h Z d „ Z d „ Z d
f d „ Z d „ Z d
S( s´ Registration facilities for DOM. This module should not be used
directly. Instead, the functions getDOMImplementation and
registerDOMImplementation should be imported from xml.dom.( t *t minidoms xml.dom.minidomt 4DOMs xml.dom.DOMImplementationc C s | t | <d S( sI 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).N( t factoryt
registeredt name( R R ( ( t&