Home
last modified time | relevance | path

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

/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java393 XDocument xDocClone = in testXDocument() local
395 assertNotNull("XDocument.cloneNode(false)", xDocClone); in testXDocument()
397 xDocClone.hasChildNodes()); in testXDocument()
398 assertNull("XDocument.cloneNode(false)", xDocClone.getFirstChild()); in testXDocument()
400 xDocClone.getDocumentElement()); in testXDocument()
405 XDocument xDocClone = in testXDocument() local
407 assertNotNull("XDocument.cloneNode(true)", xDocClone); in testXDocument()
408 assertTrue("XDocument.cloneNode(true)", xDocClone.hasChildNodes()); in testXDocument()
410 xDocClone.getFirstChild()); in testXDocument()
411 XElement xE = xDocClone.getDocumentElement(); in testXDocument()

Completed in 18 milliseconds