-í
ì¶<c       s  d  Z  d f  d „  ƒ  YZ d Z d Z d Z d Z d Z d Z d	 Z d
 Z	 d Z
 d Z d Z d Z d Z d Z d Z d e f d „  ƒ  YZ d e f d „  ƒ  YZ d e f d „  ƒ  YZ d e f d „  ƒ  YZ d e f d „  ƒ  YZ d e f d „  ƒ  YZ d e f d „  ƒ  YZ d  e f d! „  ƒ  YZ d" e f d# „  ƒ  YZ d$ e f d% „  ƒ  YZ d& e f d' „  ƒ  YZ d( e f d) „  ƒ  YZ d* e f d+ „  ƒ  YZ d, e f d- „  ƒ  YZ d. e f d/ „  ƒ  YZ  d0 e f d1 „  ƒ  YZ! d2 Z" d3 Z# d4 Z$ e% Z& d5 k' l( Z( l) Z) d6 S(7   s  W3C Document Object Model implementation for Python.

The Python mapping of the Document Object Model is documented in the
Python Library Reference in the section on the xml.dom package.

This package contains the following modules:

minidom -- A simple implementation of the Level 1 DOM with namespace
           support added (based on the Level 2 specification) and other
           minor Level 2 functionality.

pulldom -- DOM builder supporting on-demand tree-building for selected
           subtrees of the document.

s   Nodec      sV   t  Z d  Z d Z d Z d Z d Z d Z d Z d Z	 d Z
 d	 Z d
 Z d Z d Z RS(   s$   Class giving the NodeType constants.i   i   i   i   i   i   i   i   i	   i
   i   i   (   s   __name__s
   __module__s   __doc__s   ELEMENT_NODEs   ATTRIBUTE_NODEs	   TEXT_NODEs   CDATA_SECTION_NODEs   ENTITY_REFERENCE_NODEs   ENTITY_NODEs   PROCESSING_INSTRUCTION_NODEs   COMMENT_NODEs   DOCUMENT_NODEs   DOCUMENT_TYPE_NODEs   DOCUMENT_FRAGMENT_NODEs   NOTATION_NODE(    (    (    s&   /usr/lib/python2.2/xml/dom/__init__.pys   Node s    	i   i   i   i   i   i   i   i   i	   i
   i   i   i   i   i   s   DOMExceptionc      s    t  Z d  Z d „  Z d „  Z RS(   sm   Abstract base class for DOM exceptions.
    Exceptions with specific codes are specializations of this class.c    s>   |  i t j o t d ƒ ‚ n t t i |  f | | ƒ d  S(   Ns0   DOMException should not be instantiated directly(	   s   selfs	   __class__s   DOMExceptions   RuntimeErrors   applys	   Exceptions   __init__s   argss   kw(   s   selfs   argss   kw(    (    s&   /usr/lib/python2.2/xml/dom/__init__.pys   __init__@ s    c    s   |  i Sd  S(   N(   s   selfs   code(   s   self(    (    s&   /usr/lib/python2.2/xml/dom/__init__.pys	   _get_codeF s    (   s   __name__s
   __module__s   __doc__s   __init__s	   _get_code(    (    (    s&   /usr/lib/python2.2/xml/dom/__init__.pys   DOMException< s    	s   IndexSizeErrc      s   t  Z e Z RS(   N(   s   __name__s
   __module__s   INDEX_SIZE_ERRs   code(    (    (    s&   /usr/lib/python2.2/xml/dom/__init__.pys   IndexSizeErrJ s   s   DomstringSizeErrc      s   t  Z e Z RS(   N(   s   __name__s
   __module__s   DOMSTRING_SIZE_ERRs   code(    (    (    s&   /usr/lib/python2.2/xml/dom/__init__.pys   DomstringSizeErrM s   s   HierarchyRequestErrc      s   t  Z e Z RS(   N(   s   __name__s
   __module__s   HIERARCHY_REQUEST_ERRs   code(    (    (    s&   /usr/lib/python2.2/xml/dom/__init__.pys   HierarchyRequestErrP s   s   WrongDocumentErrc      s   t  Z e Z RS(   N(   s   __name__s
   __module__s   WRONG_DOCUMENT_ERRs   code(    (    (    s&   /usr/lib/python2.2/xml/dom/__init__.pys   WrongDocumentErrS s   s   InvalidCharacterErrc      s   t  Z e Z RS(   N(   s   __name__s
   __module__s   INVALID_CHARACTER_ERRs   code(    (    (    s&   /usr/lib/python2.2/xml/dom/__init__.pys   InvalidCharacterErrV s   s   NoDataAllowedErrc      s   t  Z e Z RS(   N(   s   __name__s
   __module__s   NO_DATA_ALLOWED_ERRs   code(    (    (    s&   /usr/lib/python2.2/xml/dom/__init__.pys   NoDataAllowedErrY s   s   NoModificationAllowedErrc      s   t  Z e Z RS(   N(   s   __name__s
   __module__s   NO_MODIFICATION_ALLOWED_ERRs   code(    (    (    s&   /usr/lib/python2.2/xml/dom/__init__.pys   NoModificationAllowedErr\ s   s   NotFoundErrc      s   t  Z e Z RS(   N(   s   __name__s
   __module__s   NOT_FOUND_ERRs   code(    (    (    s&   /usr/lib/python2.2/xml/dom/__init__.pys   NotFoundErr_ s   s   NotSupportedErrc      s   t  Z e Z RS(   N(   s   __name__s
   __module__s   NOT_SUPPORTED_ERRs   code(    (    (    s&   /usr/lib/python2.2/xml/dom/__init__.pys   NotSupportedErrb s   s   InuseAttributeErrc      s   t  Z e Z RS(   N(   s   __name__s
   __module__s   INUSE_ATTRIBUTE_ERRs   code(    (    (    s&   /usr/lib/python2.2/xml/dom/__init__.pys   InuseAttributeErre s   s   InvalidStateErrc      s   t  Z e Z RS(   N(   s   __name__s
   __module__s   INVALID_STATE_ERRs   code(    (    (    s&   /usr/lib/python2.2/xml/dom/__init__.pys   InvalidStateErrh s   s	   SyntaxErrc      s   t  Z e Z RS(   N(   s   __name__s
   __module__s
   SYNTAX_ERRs   code(    (    (    s&   /usr/lib/python2.2/xml/dom/__init__.pys	   SyntaxErrk s   s   InvalidModificationErrc      s   t  Z e Z RS(   N(   s   __name__s
   __module__s   INVALID_MODIFICATION_ERRs   code(    (    (    s&   /usr/lib/python2.2/xml/dom/__init__.pys   InvalidModificationErrn s   s   NamespaceErrc      s   t  Z e Z RS(   N(   s   __name__s
   __module__s   NAMESPACE_ERRs   code(    (    (    s&   /usr/lib/python2.2/xml/dom/__init__.pys   NamespaceErrq s   s   InvalidAccessErrc      s   t  Z e Z RS(   N(   s   __name__s
   __module__s   INVALID_ACCESS_ERRs   code(    (    (    s&   /usr/lib/python2.2/xml/dom/__init__.pys   InvalidAccessErrt s   s$   http://www.w3.org/XML/1998/namespaces   http://www.w3.org/2000/xmlns/s   http://www.w3.org/1999/xhtml(   s   getDOMImplementations   registerDOMImplementationN(*   s   __doc__s   Nodes   INDEX_SIZE_ERRs   DOMSTRING_SIZE_ERRs   HIERARCHY_REQUEST_ERRs   WRONG_DOCUMENT_ERRs   INVALID_CHARACTER_ERRs   NO_DATA_ALLOWED_ERRs   NO_MODIFICATION_ALLOWED_ERRs   NOT_FOUND_ERRs   NOT_SUPPORTED_ERRs   INUSE_ATTRIBUTE_ERRs   INVALID_STATE_ERRs
   SYNTAX_ERRs   INVALID_MODIFICATION_ERRs   NAMESPACE_ERRs   INVALID_ACCESS_ERRs	   Exceptions   DOMExceptions   IndexSizeErrs   DomstringSizeErrs   HierarchyRequestErrs   WrongDocumentErrs   InvalidCharacterErrs   NoDataAllowedErrs   NoModificationAllowedErrs   NotFoundErrs   NotSupportedErrs   InuseAttributeErrs   InvalidStateErrs	   SyntaxErrs   InvalidModificationErrs   NamespaceErrs   InvalidAccessErrs   XML_NAMESPACEs   XMLNS_NAMESPACEs   XHTML_NAMESPACEs   Nones   EMPTY_NAMESPACEs   domregs   getDOMImplementations   registerDOMImplementation(&   s   InvalidAccessErrs   NoDataAllowedErrs   NO_DATA_ALLOWED_ERRs   WRONG_DOCUMENT_ERRs   INVALID_CHARACTER_ERRs   NoModificationAllowedErrs   HIERARCHY_REQUEST_ERRs   XMLNS_NAMESPACEs   DomstringSizeErrs   INDEX_SIZE_ERRs   NotSupportedErrs   INUSE_ATTRIBUTE_ERRs   NOT_SUPPORTED_ERRs   NO_MODIFICATION_ALLOWED_ERRs   WrongDocumentErrs   DOMExceptions   EMPTY_NAMESPACEs   INVALID_STATE_ERRs   InvalidStateErrs   XHTML_NAMESPACEs   INVALID_ACCESS_ERRs   getDOMImplementations   NamespaceErrs   XML_NAMESPACEs   Nodes   NotFoundErrs	   SyntaxErrs   registerDOMImplementations   InuseAttributeErrs   NOT_FOUND_ERRs   IndexSizeErrs   InvalidCharacterErrs   DOMSTRING_SIZE_ERRs   INVALID_MODIFICATION_ERRs   NAMESPACE_ERRs   HierarchyRequestErrs
   SYNTAX_ERRs   InvalidModificationErr(    (    s&   /usr/lib/python2.2/xml/dom/__init__.pys   ? sJ   