Home
last modified time | relevance | path

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

/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java1555 assertNotNull(xCDS); in testXCDataSection()
1576 xCDS.setData("foo"); in testXCDataSection()
1578 xCDS.appendData("baz"); in testXCDataSection()
1588 xCDS.deleteData(0, 3); in testXCDataSection()
1598 xCDS.insertData(1, "arb"); in testXCDataSection()
1611 xCDS.setData("quux"); in testXCDataSection()
1686 xCDS.normalize(); in testXCDataSection()
1688 xCDS.setNodeValue("42"); in testXCDataSection()
1692 xCDS.setPrefix("foo"); in testXCDataSection()
1703 xCDS.appendChild(null); in testXCDataSection()
[all …]

Completed in 27 milliseconds