19.10. xml.dom.pulldom — Support for building partial DOM trees - Python 2.7.18 documentation 编辑

New in version 2.0.

Source code: 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.

Warning

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.ContentHandler implementation that …

class xml.dom.pulldom.DOMEventStream(stream, parser, bufsize)

class xml.dom.pulldom.SAX2DOM([documentFactory])

xml.sax.handler.ContentHandler implementation that …

xml.dom.pulldom.parse(stream_or_string[, parser[, bufsize]])

xml.dom.pulldom.parseString(string[, parser])

xml.dom.pulldom.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.

19.10.1. DOMEventStream Objects

DOMEventStream.getEvent()

DOMEventStream.expandNode(node)

DOMEventStream.reset()

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据

词条统计

浏览:9 次

字数:2119

最后编辑:7年前

编辑次数:0 次

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文