etree - Add-ons for the ElemenTree library

Utilities for the ElementTree standard library package.

util - Various utilities

ElemenTree related utility classes and functions.

class Namespace(url='', element=None)[source]

Represents an XML namespace and provides several utility functions that help handle a document without namespace tags.

class QName(tag)[source]

Represents a qualified name

make_property(elem, key=None)[source]

Creates a property on the text of element ‘elem’ or, if the ‘key’ argument is given, on its ‘key’ attribute.

Table Of Contents

Previous topic

command - Wrap complex commands in Python objects

Next topic

maven - Tools to execute the Maven build tool and manipulate its configuration

This Page

This Project