Home | Trees | Indices | Help |
|
---|
|
etree.ElementTree._ElementInterface --+ | _AbstractElement --+ | _AbstractParentedElement --+ | _MultiParentedElement
A specialized version of etree.ElementTree.Element that keeps track of a list of parent pointers for each element.
Each _ParentedElement may have zero or more parents. In particular, subtrees may be shared. If a single _MultiParentedElement is used as multiple children of the same parent, then that parent will appear multiple times in the parents list.
_MultiParentedElements should never be used in the same tree as other
Element implementation classes. Mixing Element implementations may
result in incorrect parent pointers and in ValueError
exceptions.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|
Update
|
Remove self from
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed May 16 22:47:27 2007 | http://epydoc.sourceforge.net |