Home
last modified time | relevance | path

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

/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java359 XElement xImpFoo = in testXDocument() local
361 assertNotNull("XDocument.importNode(true)", xImpFoo); in testXDocument()
363 xImpFoo.hasAttributes()); in testXDocument()
365 xImpFoo.hasChildNodes()); in testXDocument()
367 "foo", xImpFoo.getNodeName()); in testXDocument()
369 "blah", xImpFoo.getAttribute("bar")); in testXDocument()
371 "quux", xImpFoo.getAttribute("baz")); in testXDocument()

Completed in 25 milliseconds