Home
last modified time | relevance | path

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

/aoo4110/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java523 xDoc.replaceChild(xElemFoo, xElemFoo); // not child in testXDocument()
550 xDoc.removeChild(xElemFoo); in testXDocument()
579 xDF.appendChild(xElemFoo); in testXDocumentFragment()
625 xElemFoo, xFirst); in testXDocumentFragment()
725 xDF.replaceChild(xElemFoo, xElemFoo); // not child in testXDocumentFragment()
732 xDF.replaceChild(xElemFoo, xElemFoo); // child in testXDocumentFragment()
1052 xElemFoo.normalize(); in testXElement()
1066 xElemFoo.appendChild(null); in testXElement()
1107 xElemFoo.replaceChild(xElemFoo, xElemFoo); // not child in testXElement()
1130 xElemFoo.removeChild(null); in testXElement()
[all …]

Completed in 29 milliseconds