Contents:
parse_attrs()
parse_element()
Functions
parse_attrs(kwargs)
parse_attrs
parse_element(element[, parent])
parse_element
Get the AST representation of an XML element
element (lxml.etree.Element) – The XML element
parent (Node, optional) – The AST representation of the parent of this XML element
An AST node
Node