Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/xml/
DDomTest.java116 private Node option2Reference; // resolved to Text on RI, an EntityReference on Dalvik field in DomTest
159 option2Reference = option2.getChildNodes().item(0); in setUp()
180 option2, option2Reference, wafflemaker, nutrition, vitamins, in setUp()
222 assertEquals("http://addons", option2Reference.lookupNamespaceURI("a")); in testLookupNamespaceURIByPrefix()
254 assertEquals("http://food", option2Reference.lookupNamespaceURI(null)); in testLookupNamespaceURIWithNullPrefix()
292 assertEquals("a", option2Reference.lookupPrefix("http://addons")); in testLookupPrefixWithShadowedUri()
336 assertEquals(null, option2Reference.lookupPrefix("http://usda")); in testLookupPrefixWithShadowingUri()
368 assertTrue(option2Reference.isDefaultNamespace("http://food")); in testIsDefaultNamespace()
409 assertFalse(option2Reference.isDefaultNamespace(null)); in testIsDefaultNamespaceNull()
1194 assertNull(option2Reference.getBaseURI()); in testBaseUriNotInheritedForTextsOrCdatas()
[all …]