Searched refs:xml_declaration (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Lib/xml/etree/ |
D | ElementTree.py | 695 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/ |
D | xml.etree.elementtree.rst | 700 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/ |
D | appxmanifest.py | 478 xml.write(buffer, encoding="utf-8", xml_declaration=True)
|
/third_party/python/Lib/test/ |
D | test_xml_etree.py | 955 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/ |
D | 3.8.0a4.rst | 613 `xml_declaration` in functions ElementTree.tostring() and
|
/third_party/python/Doc/whatsnew/ |
D | 2.7.rst | 2044 you can use the true/false *xml_declaration* parameter to suppress the
|