as2fm.scxml_converter.scxml_entries.xml_utils

Functions

assert_xml_tag_ok(scxml_type, xml_tree)

Ensures the xml_tree we are trying to parse has the expected name.

get_children_as_scxml(xml_tree, scxml_types)

Load the children of the xml tree as scxml entries.

get_xml_argument(scxml_type, xml_tree, ...)

Load an argument from the xml tree's root tag.

read_value_from_xml_arg_or_child(scxml_type, ...)

Read a value from an xml attribute or, if not found, the child tag with the same name.

read_value_from_xml_child(xml_tree, ...[, ...])

Try to read the value of a child tag from the xml tree.