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

Class Entity

Identified --+
             |
  Node --+   |
         |   |
      Node --+
             |
            Entity

Instance Methods [hide private]
 
__init__(self, name, publicId, systemId, notation)
 
_get_actualEncoding(self)
 
_get_encoding(self)
 
_get_version(self)
 
appendChild(self, newChild)
 
insertBefore(self, newChild, refChild)
 
removeChild(self, oldChild)
 
replaceChild(self, newChild, oldChild)

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

Class Variables [hide private]
  attributes = None
  nodeType = 6
  nodeValue = None
  actualEncoding = None
  encoding = None
  version = None

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: firstChild, lastChild, localName

Method Details [hide private]

appendChild(self, newChild)

 
Overrides: Node.appendChild

insertBefore(self, newChild, refChild)

 
Overrides: Node.insertBefore

removeChild(self, oldChild)

 
Overrides: Node.removeChild

replaceChild(self, newChild, oldChild)

 
Overrides: Node.replaceChild