Package xml :: Package dom :: Module minidom :: Class DocumentFragment
[hide private]
[frames] | no frames]

_ClassType DocumentFragment

Node --+    
       |    
    Node --+
           |
          DocumentFragment

Instance Methods [hide private]
 
__init__(self)

Inherited from Node: __nonzero__, appendChild, cloneNode, getInterface, getUserData, hasChildNodes, insertBefore, isSameNode, isSupported, normalize, removeChild, replaceChild, setUserData, toprettyxml, toxml, unlink

Class Variables [hide private]
  nodeType = 11
  nodeName = '#document-fragment'
  nodeValue = None
  attributes = None
  parentNode = None
  _child_node_types = (1, 3, 4, 5, 7, 8, 12)

Inherited from Node: namespaceURI, nextSibling, ownerDocument, prefix, previousSibling

Inherited from 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]

Inherited from Node: firstChild, lastChild, localName