Navigation

  • index
  • modules |
  • next |
  • previous |
  • python-anyconfig 3.13.11 documentation »
  • Code Reference »
  • anyconfig.backend »
  • anyconfig.backend.xml

anyconfig.backend.xmlΒΆ

Backend modules to load and dump XML files.

  • xml.etree: parser using ElementTree in standard library [default]

Changelog:

Changed in version 0.14.0:

  • Re-organized

  • anyconfig.backend.xml.etree
    • _namespaces_from_file()
    • _tweak_ns()
    • _dicts_have_unique_keys()
    • _parse_text()
    • _process_elem_text()
    • _parse_attrs()
    • _process_elem_attrs()
    • _process_children_elems()
    • elem_to_container()
    • _complement_tag_options()
    • root_to_container()
    • _to_str_fn()
    • _elem_set_attrs()
    • _elem_from_descendants()
    • _get_or_update_parent()
    • _assert_if_invalid_node()
    • container_to_elem()
    • etree_write()
    • Parser
      • Parser._cid
      • Parser._type
      • Parser._extensions
      • Parser._load_opts
      • Parser._dump_opts
      • Parser._ordered
      • Parser._dict_opts
      • Parser._open_read_mode
      • Parser._open_write_mode
      • Parser.load_from_string()
      • Parser.load_from_path()
      • Parser.load_from_stream()
      • Parser.dump_to_string()
      • Parser.dump_to_stream()
      • Parser.__annotations__
      • Parser.__module__

Previous topic

anyconfig.backend.yaml.ruamel

Next topic

anyconfig.backend.xml.etree

This Page

  • Show Source

Quick search

Navigation

  • index
  • modules |
  • next |
  • previous |
  • python-anyconfig 3.13.11 documentation »
  • Code Reference »
  • anyconfig.backend »
  • anyconfig.backend.xml
© Copyright . Created using Sphinx 9.1.0.