Home
last modified time | relevance | path

Searched refs:createCDATASection (Results 1 – 25 of 405) sorted by relevance

12345678910>>...17

/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Dhc_attrinsertbefore5.java83 textNode = doc.createCDATASection("terday"); in runTest()
90 textNode = doc.createCDATASection("terday"); in runTest()
H A Dhc_attrappendchild4.java82 textNode = doc.createCDATASection("terday"); in runTest()
89 textNode = doc.createCDATASection("terday"); in runTest()
H A Dhc_attrinsertbefore7.java87 dayNode = doc.createCDATASection("day"); in runTest()
94 dayNode = doc.createCDATASection("day"); in runTest()
H A Ddocumentcreatecdatasection.java70 newCDATASectionNode = doc.createCDATASection("This is a new CDATASection node"); in runTest()
H A Dnodecdatasectionnodeattribute.java77 cdataNode = doc.createCDATASection(""); in runTest()
H A Dnodecdatasectionnodename.java78 cdataNode = doc.createCDATASection(""); in runTest()
H A Dnodecdatasectionnodetype.java82 cdataNode = doc.createCDATASection(""); in runTest()
H A Dnodecdatasectionnodevalue.java85 … child = doc.createCDATASection("This is a CDATASection with EntityReference number 2 &ent2;"); in runTest()
/aosp_15_r20/libcore/luni/src/test/java/libcore/xml/
H A DNormalizeTest.java424 root.appendChild(document.createCDATASection("ABC]]>DEF]]>GHI")); in testSplittingCdataSectionsSplit()
437 root.appendChild(document.createCDATASection("ABC]]>DEF")); in testSplittingCdataSectionsReportError()
449 CDATASection cdata = document.createCDATASection(""); in testInvalidCharactersCdata()
/aosp_15_r20/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DDocumentImpl.java143 return createCDATASection(((CharacterData) node).getData()); in shallowCopy()
330 public CDATASectionImpl createCDATASection(String data) { in createCDATASection() method in DocumentImpl
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A DimportNode02.java79 cDataSec = aNewDoc.createCDATASection("this is CDATASection data"); in runTest()
H A Dnodenormalize01.java104 cData = newDoc.createCDATASection("Cdata"); in runTest()
/aosp_15_r20/libcore/luni/src/main/java/org/w3c/dom/
H A DDocument.java116 public CDATASection createCDATASection(String data) in createCDATASection() method
/aosp_15_r20/external/googletest/googletest/test/
H A Dgtest_xml_test_utils.py177 children['detail'] = child.ownerDocument.createCDATASection(
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/test/
H A Dgtest_xml_test_utils.py177 children['detail'] = child.ownerDocument.createCDATASection(
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/test/
H A Dgtest_xml_test_utils.py177 children['detail'] = child.ownerDocument.createCDATASection(
/aosp_15_r20/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DNodeNormalize.java122 cData = newDoc.createCDATASection("Cdata"); in testNormalize()
H A DImportNode.java145 cDataSec = aNewDoc.createCDATASection("this is CDATASection data"); in testImportNode2()
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOMBuilder.java647 append(m_doc.createCDATASection("")); in startCDATA()
H A DUnImplNode.java877 public CDATASection createCDATASection(String data) throws DOMException in createCDATASection() method in UnImplNode
/aosp_15_r20/libcore/luni/src/test/java/libcore/javax/xml/transform/dom/
H A DDOMResultTest.java259 public CDATASection createCDATASection(String data) throws DOMException { return null; } in createCDATASection() method in DOMResultTest.NodeImpl
/aosp_15_r20/tools/asuite/atest/bazel/reporter/src/com/android/tradefed/result/
H A DBazelXmlResultReporter.java281 CDATASection cdata = doc.createCDATASection(stackTrace); in writeStackTraceTag()
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java685 public final CDATASection createCDATASection(String data) in createCDATASection() method in DTMNodeProxy
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_minidom.py1186 elem.insertBefore(doc.createCDATASection("c"), text)
1230 elem.insertBefore(doc.createCDATASection("c"), text1)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/xml/dom/
Dminidom.py1691 def createCDATASection(self, data): member in Document
1921 clone = newOwnerDocument.createCDATASection(node.data)

12345678910>>...17