InventoryXmlParser.
get_node_text
Get the text of a XML node.
xml_element (etree.SubElement) – The XML element to search.
etree.SubElement
tag (str) – The tag to search in the XML element.
The node text.
str