Package pyxb :: Package utils :: Module saxdom :: Class Document
[hide private]
[frames] | no frames]

type Document

source code

           xml.dom.Node --+    
                          |    
         object --+       |    
                  |       |    
            cscRoot --+   |    
                      |   |    
utility.Locatable_mixin --+    
                          |    
                       Node --+
                              |
                             Document

Add the documentElement interface.

Instance Methods [hide private]
 
__init__(self, **kw) source code

Inherited from Node: appendChild, getAttributeNS, getAttributeNodeNS, hasAttributeNS

Inherited from Node (private): _indexInParent, _setAttributes, _setParentNode

Inherited from utility.Locatable_mixin (private): _location, _setLocation

Class Variables [hide private]

Inherited from xml.dom.Node: ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE

Properties [hide private]
  documentElement

Inherited from Node: attributes, childNodes, firstChild, localName, location, namespaceURI, nextSibling, nodeType, parentNode, prefix, tagName, value

Inherited from Node (private): _expandedName

Method Details [hide private]

__init__(self, **kw)
(Constructor)

source code 
Overrides: cscRoot.__init__

Property Details [hide private]

documentElement