Home
last modified time | relevance | path

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

/aoo4110/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java345 XElement xImpRoot = in testXDocument() local
347 assertNotNull("XDocument.importNode(true)", xImpRoot); in testXDocument()
349 "root", xImpRoot.getLocalName()); in testXDocument()
351 xImpRoot.hasAttributes()); in testXDocument()
353 xImpRoot.hasChildNodes()); in testXDocument()
355 "root", xImpRoot.getNodeName()); in testXDocument()
357 XNode xImpFooN = xImpRoot.getFirstChild(); in testXDocument()

Completed in 27 milliseconds