19.10. xml.dom.pulldom — Support for building partial DOM trees¶
Novo na versão 2.0.
Código Fonte: Lib/xml/dom/pulldom.py
xml.dom.pulldom allows building only selected portions of a Document
Object Model representation of a document from SAX events.
Aviso
The xml.dom.pulldom module is not secure against
maliciously constructed data.  If you need to parse untrusted or
unauthenticated data see XML vulnerabilities.
- 
class 
xml.dom.pulldom.PullDOM([documentFactory])¶ xml.sax.handler.ContentHandlerimplementation that …
- 
class 
xml.dom.pulldom.DOMEventStream(stream, parser, bufsize)¶ …
- 
class 
xml.dom.pulldom.SAX2DOM([documentFactory])¶ xml.sax.handler.ContentHandlerimplementation that …
- 
xml.dom.pulldom.parse(stream_or_string[, parser[, bufsize]])¶ …
- 
xml.dom.pulldom.parseString(string[, parser])¶ …
