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

Class Comment

     Node --+    
            |    
CharacterData --+
                |
               Comment


A comment node.
Method Summary
  __init__(self, data, parentNode)
(inherited from CharacterData)
  appendChild(self, child)
(inherited from Node)
  cloneNode(self, deep, parent)
(inherited from Node)
  firstChild(self)
(inherited from Node)
  hasChildNodes(self)
(inherited from Node)
  insertBefore(self, new, ref)
(inherited from Node)
  lastChild(self)
(inherited from Node)
  removeChild(self, child)
(inherited from Node)
  replaceChild(self, newChild, oldChild)
(inherited from Node)
  toprettyxml(self, indent, addindent, newl, strip)
(inherited from Node)
  toxml(self, indent, addindent, newl, strip)
(inherited from Node)
  writexml(self, stream, indent, addindent, newl, strip)

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