Home | Trees | Indices | Help |
|
---|
|
object --+ | _Element --+ | __ContentOnlyElement
|
|||
|
|||
|
|||
|
|||
|
|||
a new object with type S, a subtype of T |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
attrib Element attribute dictionary. |
|||
text Text before the first subelement. |
|||
Inherited from Inherited from |
|
del x[y]
|
del x[i:j] Use of negative indices is not supported. |
Returns the subelement at the given position or the requested slice.
|
len(x)
|
|
x[i]=y
|
x[i:j]=y Use of negative indices is not supported. |
Adds a subelement to the end of this element.
|
Gets an element attribute.
|
Inserts a subelement at the given position in this element
|
Gets element attributes, as a sequence. The attributes are returned in an arbitrary order.
|
Gets a list of attribute names. The names are returned in an arbitrary order (just like for an ordinary Python dictionary).
|
Sets an element attribute.
|
Gets element attribute values as a sequence of strings. The attributes are returned in an arbitrary order.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0 on Fri Feb 1 19:02:26 2008 | http://epydoc.sourceforge.net |