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

_ClassType DocumentType

Identified --+
             |
 Childless --+
             |
  Node --+   |
         |   |
      Node --+
             |
            DocumentType

Instance Methods [hide private]
 
__init__(self, qualifiedName)
 
_get_internalSubset(self)
 
cloneNode(self, deep)
 
writexml(self, writer, indent='', addindent='', newl='')

Inherited from Childless: appendChild, hasChildNodes, insertBefore, removeChild, replaceChild

Inherited from Childless (private): _get_firstChild, _get_lastChild

Inherited from Node: __nonzero__, getInterface, getUserData, isSameNode, isSupported, normalize, setUserData, toprettyxml, toxml, unlink

Class Variables [hide private]
  nodeType = 10
  nodeValue = None
  name = None
  publicId = None
  systemId = None
  internalSubset = None

Inherited from Childless: attributes, childNodes, firstChild, lastChild

Inherited from Node: namespaceURI, nextSibling, ownerDocument, parentNode, 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: localName

Method Details [hide private]

cloneNode(self, deep)

 
Overrides: Node.cloneNode