# parsing XML and accessing objects plain # parsing XML with comments comments # parsing nested XML parse_nested # parsing nested XML with ignored lines parse_nested2 # parsing nested XML with different child elements parse_structured # parsing nested XML with different child elements parse_structured_optional # parsing route XML with different child elements parse_structured_routes # parsing with regex parse_fast # parsing optional attributes parse_fast_optional # parsing with XSD auto-detection (attrnames=None) parse_fast_xsd # parsing nested XML with XSD auto-detection (attrnames=None) parse_nested_xsd # parsing nested XML with different child elements and XSD auto-detection (attrnames=None) parse_structured_xsd # parsing XML and writing xml toXML # demo for adding new data values to an edgeData file extend_edgeData