handle_element_pz

InventoryXmlParser.handle_element_pz(name, value, root)[source]

Convert a list of complex values to a list of xml tree elements.

The new XML elements are added in place to the root element.

Parameters
  • name (str) – The name of the XML element.

  • value (list of complex) – The complex values to convert.

  • root (etree.SubElement) – The root of the XML element.