xml.parsers.expat.xmlparser.buffer_text

xmlparser.buffer_text

Setting this to true causes the xmlparser object to buffer textual content returned by Expat to avoid multiple calls to the CharacterDataHandler() callback whenever possible. This can improve performance substantially since Expat normally breaks character data into chunks at every line ending. This attribute is false by default, and may be changed at any time.

doc_python
2016-10-07 17:48:09
Comments
Leave a Comment

Please login to continue.