Home
last modified time | relevance | path

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

/AOO41X/main/unoxml/qa/complex/unoxml/ !
H A DDOMTest.java1699 XCDATASection xCDS2 = xDoc.createCDATASection("foobar"); in testXCDataSection() local
1707 xCDS.appendChild(xCDS2); in testXCDataSection()
1715 xCDS.insertBefore(xCDS2, xCDS3); in testXCDataSection()
1720 xCDS.replaceChild(xCDS2, xCDS3); in testXCDataSection()
1730 xCDS.removeChild(xCDS2); in testXCDataSection()