parse_node

InventoryXmlParser.parse_node(xml_element)[source]

Parse a XML node.

Parameters

xml_element (etree.SubElement) – The XML element to search.

Returns

The content of the node as a dictionary.

Return type

dict of str