8.8 xml.dom.pulldom -- Support for building partial DOM trees

Python 2.5

8.8 xml.dom.pulldom -- Support for building partial DOM trees

New in version 2.0.

xml.dom.pulldom allows building only selected portions of a Document Object Model representation of a document from SAX events.

xml.sax.handler.ContentHandler implementation that ...

...

xml.sax.handler.ContentHandler implementation that ...

...

...

Default value for the bufsize parameter to parse(). Changed in version 2.1: The value of this variable can be changed before calling parse() and the new value will take effect.


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