yasmin_editor.io.xml_converter module
XML conversion for the YASMIN editor model.
- yasmin_editor.io.xml_converter.model_from_xml(xml_input: str | Path) StateMachine
Deserialize a state machine model from XML text or a file path.
- yasmin_editor.io.xml_converter.model_to_xml(model: StateMachine, file_path: str | Path | None = None) str
Serialize a state machine model to XML.