xml.sax.handler.feature_string_interning

xml.sax.handler.feature_string_interning

value: "http://xml.org/sax/features/string-interning"
true: All element names, prefixes, attribute names, Namespace URIs, and local names are interned using the built-in intern function.
false: Names are not necessarily interned, although they may be (default).
access: (parsing) read-only; (not parsing) read/write
doc_python
2016-10-07 17:48:20
Comments
Leave a Comment

Please login to continue.