Home
last modified time | relevance | path

Searched refs:XMLGenerator (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_sax.py11 from xml.sax.saxutils import XMLGenerator, escape, unescape, quoteattr, \
122 parse(f, XMLGenerator(result, 'utf-8'))
179 parseString(s, XMLGenerator(result, 'utf-8'))
337 gen = XMLGenerator(result)
347 gen = XMLGenerator(result)
359 gen = XMLGenerator(result)
371 gen = XMLGenerator(result)
384 gen = XMLGenerator(result)
408 gen = XMLGenerator(result, encoding=encoding)
423 gen = XMLGenerator(result, encoding='ascii')
[all …]
/external/python/cpython2/Doc/library/
Dxml.sax.utils.rst60 .. class:: XMLGenerator([out[, encoding]])
64 events back into an XML document. In other words, using an :class:`XMLGenerator`
/external/python/cpython2/Lib/xml/sax/
Dsaxutils.py112 class XMLGenerator(handler.ContentHandler): class
Dexpatreader.py428 p.setContentHandler(xml.sax.saxutils.XMLGenerator())
/external/python/cpython2/Misc/
DNEWS2934 - Issue #17606: Fixed support of encoded byte strings in the XMLGenerator
3397 - Issue #1470548: XMLGenerator now works with UTF-16 and UTF-32 encodings.
5569 xml.sax.saxutils.XMLGenerator as being bound to
11436 - Patch #1463026: Support default namespace in XMLGenerator.
DHISTORY815 the saxutils.XMLGenerator class.