Home
last modified time | relevance | path

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

/third_party/python/Lib/xml/etree/
DElementTree.py695 xml_declaration=None, argument
733 if method == "xml" and (xml_declaration or
734 (xml_declaration is None and
1093 xml_declaration=None, default_namespace=None, argument
1110 xml_declaration=xml_declaration,
1134 xml_declaration=None, default_namespace=None, argument
1139 xml_declaration=xml_declaration,
/third_party/python/Doc/library/
Dxml.etree.elementtree.rst700 xml_declaration=None, default_namespace=None, \
708 *xml_declaration*, *default_namespace* and *short_empty_elements* has the same
716 The *xml_declaration* and *default_namespace* parameters.
724 xml_declaration=None, default_namespace=None, \
732 *xml_declaration*, *default_namespace* and *short_empty_elements* has the same
743 The *xml_declaration* and *default_namespace* parameters.
1161 .. method:: write(file, encoding="us-ascii", xml_declaration=None, \
1168 *xml_declaration* controls if an XML declaration should be added to the
/third_party/python/PC/layout/support/
Dappxmanifest.py478 xml.write(buffer, encoding="utf-8", xml_declaration=True)
/third_party/python/Lib/test/
Dtest_xml_etree.py955 ET.tostring(elem, encoding='utf8', xml_declaration=True),
964 ET.tostring(elem, encoding='unicode', xml_declaration=True)
1000 for expected_retval, encoding, xml_declaration in TESTCASES:
1007 xml_declaration=xml_declaration
1030 b''.join(ET.tostringlist(elem, xml_declaration=True)),
1035 stringlist = ET.tostringlist(elem, encoding='unicode', xml_declaration=True)
/third_party/python/Misc/NEWS.d/
D3.8.0a4.rst613 `xml_declaration` in functions ElementTree.tostring() and
/third_party/python/Doc/whatsnew/
D2.7.rst2044 you can use the true/false *xml_declaration* parameter to suppress the