Home
last modified time | relevance | path

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

/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java241 XElement xById = xDoc.getElementById("foo"); in testXDocument() local
242 assertNull("XDocument.getDocumentElement", xById); in testXDocument()
299 XElement xById = xDoc.getElementById("bar"); in testXDocument() local
300 assertNotNull("XDocument.getDocumentElement", xById); in testXDocument()
301 assertEquals("XDocument.getDocumentElement", xElemFoo, xById); in testXDocument()

Completed in 21 milliseconds