Home | Trees | Index | Help |
|
---|
Package lxml :: Module objectify :: Class ObjectifiedDataElement |
|
object
--+ |_Element
--+ |ElementBase
--+ |ObjectifiedElement
--+ | ObjectifiedDataElement
BoolElement
,
NoneElement
,
NumberElement
,
StringElement
Method Summary | |
---|---|
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
x.__repr__() <==> repr(x) | |
x.__str__() <==> str(x) | |
Inherited from ObjectifiedElement | |
x.__delattr__('name') <==> del x.name | |
x.__delitem__(y) <==> del x[y] | |
Use of negative indices is not supported. | |
x.__getattribute__('name') <==> x.name | |
x.__getitem__(y) <==> x[y] | |
Use of negative indices is not supported. | |
x.__iter__() <==> iter(x) | |
x.__len__() <==> len(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__setitem__(i, y) <==> x[i]=y | |
Use of negative indices is not supported. | |
Add a child value to the element. | |
Return the number of children of this element, regardless of their name. | |
Returns a list of object path expressions for all descendants. | |
| |
| |
| |
Inherited from object | |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature | |
x.__hash__() <==> hash(x) | |
helper for pickle | |
helper for pickle |
Class Variable Summary | |
---|---|
getset_descriptor |
pyval = <attribute 'pyval' of 'lxml.objectify.Objectifie...
|
Inherited from ObjectifiedElement | |
getset_descriptor |
text = <attribute 'text' of 'lxml.objectify.ObjectifiedE...
|
Method Details |
---|
__new__(T, S, ...)T.__new__(S, ...) -> a new object with type S, a subtype of T
|
__repr__(x)
x.__repr__() <==> repr(x)
|
__str__(x)
x.__str__() <==> str(x)
|
Class Variable Details |
---|
pyval
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Aug 18 12:44:27 2007 | http://epydoc.sf.net |