B }s›.¤™¯·ã@s@dZddlZdddœZiZdd„Zdd „Zdd d „Zd d„ZdS)z´Registration facilities for DOM. This module should not be used directly. Instead, the functions getDOMImplementation and registerDOMImplementation should be imported from xml.dom.éNzxml.dom.minidomzxml.dom.DOMImplementation)ZminidomZ4DOMcCs |t|<dS)aIregisterDOMImplementation(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)Ú registered)ÚnameÚfactory©rú3/opt/alt/python37/lib64/python3.7/xml/dom/domreg.pyÚregisterDOMImplementations rcCs&x |D]\}}| ||¡sdSqWdS)zF_good_enough(dom, features) -> Return 1 if the dom offers the featuresré)Z hasFeature)ÚdomÚfeaturesÚfÚvrrrÚ _good_enough s r rc Csìddl}d}t |¡}|r2t|iidgƒ}| ¡S|r@t|ƒStjjsbd|j krbt|j ddSt |t ƒrtt |ƒ}x$t  ¡D]}|ƒ}t||ƒr~|Sq~WxDt ¡D]8}yt|d}Wntk rÌw¤YnXt||ƒr¤|Sq¤Wtdƒ‚dS)aSgetDOMImplementation(name = None, features = ()) -> DOM implementation. Return a suitable DOM implementation. The name is either well-known, the module name of a DOM implementation, or None. If it is not None, imports the corresponding module and returns DOMImplementation object if the import succeeds. If name is not given, consider the available implementations to find one with the required feature set. If no implementation can be found, raise an ImportError. The features list must be a sequence of (feature, version) pairs which are passed to hasFeature.rNÚgetDOMImplementationZ PYTHON_DOM)rz$no suitable DOM implementation found)ÚosÚwell_known_implementationsÚgetÚ __import__rrÚsysÚflagsÚignore_environmentÚenvironÚ isinstanceÚstrÚ_parse_feature_stringÚvaluesr ÚkeysÚ ExceptionÚ ImportError)rr rZcreatorÚmodr rrrr's0      rcCs’g}| ¡}d}t|ƒ}xp||krˆ||}|ddkrDtd|fƒ‚|d}d}||krx||}|ddkrx|d}|}| ||f¡qWt|ƒS)NrÚ 0123456789zbad feature name: %rr)ÚsplitÚlenÚ ValueErrorÚappendÚtuple)Úsr ÚpartsÚiÚlengthZfeatureÚversionr rrrrRs"   r)Nr)Ú__doc__rrrrr rrrrrrÚs  +