AnyElement
Links
Generic model to bind xml document data to wildcard fields.
qname (Optional[str]) – The element’s qualified name
Optional
str
text (Optional[str]) – The element’s text content
tail (Optional[str]) – The element’s tail content
children (List[object]) – The element’s list of child elements.
List
object
attributes (Dict[str, str]) – The element’s key-value attribute mappings.
Dict
Return self==value.