Table of Contents | XML Processing Modules | xml.dom — The Document Object Model API | Report a bug | Improve this page | index | modules | Python | 3.14.7 Documentation | The Python Standard Library | Structured Markup Processing Tools
Tin mới
xml.dom — The Document Object Model API
Structured Markup Processing Tools
Element class. This class defines the Element interface, and provides a reference implementation of this interface.
Changed in version 3.12: Testing the truth value of an Element emits DeprecationWarning.
xml.parsers.expat: An interface to the Expat non-validating XML parser.
Changed in version 3.8: Parameters are now keyword-only. The html argument is no longer supported.