InventoryXmlParser.
check_completeness
Check the completeness of a XML node.
node (etree.SubElement) – The XML node to check.
etree.SubElement
content (dict of str) – The content of a node as a dictionary.
dict
node_type (str) – The type of the node.
True, if the node has passed all checks.
boolean