Package xml :: Package dom :: Module minidom :: Class Node
[frames | no frames]

Class Node

GetattrMagic --+
               |
        Node --+
               |
              Node

Known Subclasses:
Document

Method Summary
  __nonzero__(self)
  appendChild(self, node)
  cloneNode(self, deep)
  getInterface(self, feature)
  getUserData(self, key)
  hasChildNodes(self)
  insertBefore(self, newChild, refChild)
  isSameNode(self, other)
  isSupported(self, feature, version)
  normalize(self)
  removeChild(self, oldChild)
  replaceChild(self, newChild, oldChild)
  setUserData(self, key, data, handler)
  toprettyxml(self, indent, newl, encoding)
  toxml(self, encoding)
  unlink(self)

Property Summary
  firstChild: First child node, or None.
  lastChild: Last child node, or None.
  localName: Namespace-local name of this node.

Class Variable Summary
NoneType namespaceURI = None                                                                  
NoneType nextSibling = None                                                                  
NoneType ownerDocument = None                                                                  
NoneType parentNode = None                                                                  
NoneType prefix = None                                                                  
NoneType previousSibling = None                                                                  
    Inherited from Node
int ATTRIBUTE_NODE = 2                                                                     
int CDATA_SECTION_NODE = 4                                                                     
int COMMENT_NODE = 8                                                                     
int DOCUMENT_FRAGMENT_NODE = 11                                                                    
int DOCUMENT_NODE = 9                                                                     
int DOCUMENT_TYPE_NODE = 10                                                                    
int ELEMENT_NODE = 1                                                                     
int ENTITY_NODE = 6                                                                     
int ENTITY_REFERENCE_NODE = 5                                                                     
int NOTATION_NODE = 12                                                                    
int PROCESSING_INSTRUCTION_NODE = 7                                                                     
int TEXT_NODE = 3                                                                     

Property Details

firstChild

First child node, or None.

lastChild

Last child node, or None.

localName

Namespace-local name of this node.


Class Variable Details

namespaceURI

Type:
NoneType
Value:
None                                                                  

nextSibling

Type:
NoneType
Value:
None                                                                  

ownerDocument

Type:
NoneType
Value:
None                                                                  

parentNode

Type:
NoneType
Value:
None                                                                  

prefix

Type:
NoneType
Value:
None                                                                  

previousSibling

Type:
NoneType
Value:
None                                                                  

Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 16:42:53 2007 http://epydoc.sf.net