Tools to build element trees from XML files.
(experimental) An alternate builder that supports manipulation of new elements.
For more information about this class, see The FancyTreeBuilder Class.
(obsolete) ElementTree builder for XML source data, based on the expat parser.
For more information about this class, see The TreeBuilder Class.
(experimental) An alternate builder that supports manipulation of new elements.
Hook method that's called when a new element has been closed. May access the namespaces attribute.
Hook method that's called when a new element has been opened. May access the namespaces attribute.
(obsolete) ElementTree builder for XML source data, based on the expat parser.
This class is an alias for ElementTree.XMLTreeBuilder. New code should use that version instead.