|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21585/root/usr/lib64/python2.4/xml/dom/ |
Upload File : |
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&