as2fm.scxml_converter.scxml_entries.scxml_executable_entries.append_execution_body_to_xml
- as2fm.scxml_converter.scxml_entries.scxml_executable_entries.append_execution_body_to_xml(xml_parent: Element, exec_body: List[ScxmlAssign | ScxmlIf | ScxmlSend]) None
Append an execution body to an existing XML element.
- Parameters:
xml_parent – The parent XML element to append the executable entries to
exec_body – The execution body to append