An abstract base class for (multi)parented element tree Elements.
|
|
|
_setparent(self,
child)
Update child 's parent pointer to point to self. |
source code
|
|
|
_delparent(self,
child)
Remove self from child 's parent pointer. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from _AbstractElement :
__getitem__ ,
copy ,
flatten ,
freeze ,
height ,
leaves ,
productions ,
subtrees ,
treepositions
Inherited from etree.ElementTree._ElementInterface :
__getslice__ ,
__init__ ,
__len__ ,
clear ,
find ,
findall ,
findtext ,
get ,
getchildren ,
getiterator ,
items ,
keys ,
makeelement ,
set
|