Package twisted :: Package web :: Module microdom :: Class Node
[show private | hide private]
[frames | no frames]

Class Node

object --+
         |
        Node

Known Subclasses:
CharacterData, Document, EntityReference, Element

Method Summary
  __init__(self, parentNode)
  __eq__(self, n)
  __hash__(self)
a new object with type S, a subtype of T __new__(S, ...)
  appendChild(self, child)
  cloneNode(self, deep, parent)
  firstChild(self)
  hasChildNodes(self)
  insertBefore(self, new, ref)
  isEqualToNode(self, n)
  lastChild(self)
  removeChild(self, child)
  replaceChild(self, newChild, oldChild)
  toprettyxml(self, indent, addindent, newl, strip)
  toxml(self, indent, addindent, newl, strip)
  writexml(self, stream, indent, addindent, newl, strip)

Class Variable Summary
str nodeName

Method Details

__new__(S, ...)

Returns:
a new object with type S, a subtype of T

Class Variable Details

nodeName

Type:
str
Value:
'Node'                                                                 

Generated by Epydoc 1.1 on Fri Jun 27 03:49:02 2003 http://epydoc.sf.net