Skip to main content

Module builders

Module builders 

Source

Functions§

build_disassembled_file
build_disassembled_files_unified
build_xml_string
Build XML string from XmlElement.
extract_root_attributes
Extracts XML attributes from a root element and returns them as a flat map. Handles @-prefixed keys (e.g. @xmlns, @version) and xmlns (default namespace). Converts values to strings for consistent XML output.
merge_xml_elements
Merge multiple XML elements into one.
reorder_root_keys
Reorder the root element’s child keys to match the given order. Keys not in key_order are appended at the end.