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

Class Document

object --+    
         |    
      Node --+
             |
            Document


Method Summary
  __init__(self, documentElement)
  __eq__(self, n)
  __hash__(self)
(inherited from Node)
a new object with type S, a subtype of T __new__(S, ...)
  appendChild(self, c)
  cloneNode(self, deep, parent)
  createComment(self, text)
  createElement(self, name)
  createTextNode(self, text)
  firstChild(self)
(inherited from Node)
  get_documentElement(self)
  getElementById(self, id)
  getElementsByTagName(self, name)
  hasChildNodes(self)
(inherited from Node)
  insertBefore(self, new, ref)
(inherited from Node)
  isEqualToDocument(self, n)
  isEqualToNode(self, n)
(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)

Class Variable Summary
NoneType doctype
property documentElement

Method Details

__new__(S, ...)

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

Class Variable Details

doctype

Type:
NoneType
Value:
None                                                                   

documentElement

Type:
property
Value:
<property object at 0x840956c>                                         

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