| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
list --+
|
object --+ |
| |
node --+
|
elnode
|
|||
|
__init__(self,
name,
attrs,
parent,
charset='UTF-8') x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
||
|
unicode(self) return a string (XML) representation of ourselves (unrendered!) |
||
|
generate(self,
context) returns self as a generator (yielding unicode strings) |
||
|
__repr__(self) repr(x) |
||
| find(self, name) | ||
| _strconvert(self, s) | ||
| _start_node(self, attrs, single) | ||
| _start_node_start(self, attrs) | ||
| _end_node(self) | ||
|
_serialize_attrs(self,
attrs) return the attributes as a string |
||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|
|
|
|
|
|
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Mon Nov 13 21:49:09 2006 | http://epydoc.sourceforge.net |