xml.dom.pulldom allows building only selected portions of a
Document Object Model representation of a document from SAX events.
classPullDOM(
[documentFactory])
xml.sax.handler.ContentHandler implementation that ...
classDOMEventStream(
stream, parser, bufsize)
...
classSAX2DOM(
[documentFactory])
xml.sax.handler.ContentHandler implementation that ...
parse(
stream_or_string[,
parser[, bufsize]])
...
parseString(
string[, parser])
...
default_bufsize
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.