Searched refs:xCDS2 (Results 1 – 1 of 1) sorted by relevance
1699 XCDATASection xCDS2 = xDoc.createCDATASection("foobar"); in testXCDataSection() local1707 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()