Movatterモバイル変換


[0]ホーム

URL:


Up one LevelPython Library ReferenceContentsModule IndexIndex

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

New in version 2.0.

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

class PullDOM([documentFactory])
xml.sax.handler.ContentHandler implementation that ...

class DOMEventStream(stream, parser, bufsize)
...

class SAX2DOM([documentFactory])
xml.sax.handler.ContentHandler implementation that ...

parse(stream_or_string[, parser[, bufsize]])
...

parseString(string[, parser])
...

default_bufsize
Default value for thebufsize parameter toparse().Changed in version 2.1:The value of this variable can be changed before callingparse() and the new value will take effect.



Subsections


Up one LevelPython Library ReferenceContentsModule IndexIndex

Release 2.5.2, documentation updated on 21st February, 2008.
SeeAbout this document... for information on suggesting changes.
[8]ページ先頭

©2009-2025 Movatter.jp