as2fm.scxml_converter.scxml_entries.xml_utils.get_children_as_scxml

as2fm.scxml_converter.scxml_entries.xml_utils.get_children_as_scxml(xml_tree: _Element, custom_data_types: Dict[str, StructDefinition], scxml_types: Iterable[Type[ScxmlBase]]) List[ScxmlBase]

Load the children of the xml tree as scxml entries.

Parameters:
  • xml_tree – The xml tree to read the children from.

  • scxml_types – The classes to read from the children. All others will be discarded.

Returns:

A list of scxml entries.