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

Class Text

object --+        
         |        
      Node --+    
             |    
 CharacterData --+
                 |
                Text

Known Subclasses:
RawText

Method Summary
  __init__(self, data, parentNode, raw)
  __eq__(self, n)
(inherited from CharacterData)
  __hash__(self)
(inherited from Node)
a new object with type S, a subtype of T __new__(S, ...)
  __repr__(self)
  appendChild(self, child)
(inherited from Node)
  cloneNode(self, deep, parent)
  firstChild(self)
(inherited from Node)
  hasChildNodes(self)
(inherited from Node)
  insertBefore(self, new, ref)
(inherited from Node)
  isEqualToCharacterData(self, n)
(inherited from CharacterData)
  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)

Method Details

__new__(S, ...)

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

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