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

Class Node

Known Subclasses:
CharacterData, Element, Document, EntityReference

Method Summary
  __init__(self, parentNode)
  appendChild(self, child)
  cloneNode(self, deep, parent)
  firstChild(self)
  hasChildNodes(self)
  insertBefore(self, new, ref)
  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

Class Variable Details

nodeName

Type:
str
Value:
'Node'                                                                 

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:29:12 2003 http://epydoc.sf.net