Searched refs:toprettyxml (Results 1 – 10 of 10) sorted by relevance
/external/deqp/scripts/ |
D | convert_case_list_to_xml.py | 94 xml = doc.toprettyxml(indent=" ")
|
D | mustpass.py | 284 return reparsed.toprettyxml(indent='\t', encoding='utf-8')
|
/external/python/cpython2/Lib/test/ |
D | test_minidom.py | 430 domstr = dom.toprettyxml(newl="\r\n") 437 self.assertEqual(parseString('<B>A</B>').toprettyxml(), 439 self.assertEqual(parseString('<C>A<B>A</B></C>').toprettyxml(), 441 self.assertEqual(parseString('<C><B>A</B>A</C>').toprettyxml(), 443 self.assertEqual(parseString('<C><B>A</B><B>A</B></C>').toprettyxml(), 445 self.assertEqual(parseString('<C><B>A</B>A<B>A</B></C>').toprettyxml(), 456 self.assertEqual(dom.toprettyxml(), 463 dom2 = parseString(dom.toprettyxml())
|
/external/deqp/scripts/log/ |
D | log_to_xml.py | 170 text = dstDoc.toprettyxml()
|
/external/python/cpython2/Doc/library/ |
D | xml.dom.minidom.rst | 172 .. method:: Node.toprettyxml([indent=""[, newl=""[, encoding=""]]])
|
/external/parameter-framework/upstream/tools/coverage/ |
D | coverage.py | 1072 outputFile.write(root.exportToXML().toprettyxml())
|
/external/python/cpython2/Lib/xml/dom/ |
D | minidom.py | 46 return self.toprettyxml("", "", encoding) 48 def toprettyxml(self, indent="\t", newl="\n", encoding = None): member in Node
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.3.rst | 1643 :meth:`toxml` and :meth:`toprettyxml` methods of DOM nodes.
|
/external/python/cpython2/Misc/ |
D | HISTORY | 5540 - xml.dom.minidom.toxml and toprettyxml now take an optional encoding 7826 - xml.dom.minidom offers a toprettyxml method. A number of DOM
|
D | NEWS | 4422 - Issue #4147: minidom's toprettyxml no longer adds whitespace around a text
|