Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/xml/
DDomTest.java1576 Text abc = (Text) documentElement.getFirstChild(); in testCoalescingOff() local
1577 assertEquals("abc", abc.getTextContent()); in testCoalescingOff()
1578 CDATASection def = (CDATASection) abc.getNextSibling(); in testCoalescingOff()
1610 Text abc = (Text) documentElement.getFirstChild(); in testExpandingEntityReferencesOff() local
1611 assertEquals("abc", abc.getTextContent()); in testExpandingEntityReferencesOff()
1613 EntityReference def = (EntityReference) abc.getNextSibling(); in testExpandingEntityReferencesOff()