8.13.5 XMLTreeBuilder Objects

Python 2.5

8.13.5 XMLTreeBuilder Objects

Element structure builder for XML source data, based on the expat parser. html are predefined HTML entities. This flag is not supported by the current implementation. target is the target object. If omitted, the builder uses an instance of the standard TreeBuilder class.

Finishes feeding data to the parser.

An element structure.

Handles a doctype declaration. name is the doctype name. pubid is the public identifier. system is the system identifier.

Feeds data to the parser.

data is encoded data.

See About this document... for information on suggesting changes.