Home
last modified time | relevance | path

Searched refs:createCDATASection (Results 1 - 4 of 4) sorted by relevance

/third_party/googletest/googletest/test/
H A Dgtest_xml_test_utils.py145 children['detail'] = child.ownerDocument.createCDATASection(
/third_party/python/Lib/xml/dom/
H A Dminidom.py1691 def createCDATASection(self, data): member in Document
1921 clone = newOwnerDocument.createCDATASection(node.data)
H A Dexpatbuilder.py281 node = self.document.createCDATASection(data)
/third_party/python/Lib/test/
H A Dtest_minidom.py1371 elem.insertBefore(doc.createCDATASection("c"), text)
1415 elem.insertBefore(doc.createCDATASection("c"), text1)

Completed in 7 milliseconds