Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/xml/
DDomTest.java115 private Element option2; field in DomTest
158 option2 = (Element) item.getChildNodes().item(7); in setUp()
159 option2Reference = option2.getChildNodes().item(0); in setUp()
180 option2, option2Reference, wafflemaker, nutrition, vitamins, in setUp()
221 assertEquals("http://addons", option2.lookupNamespaceURI("a")); in testLookupNamespaceURIByPrefix()
253 assertEquals("http://food", option2.lookupNamespaceURI(null)); in testLookupNamespaceURIWithNullPrefix()
291 assertEquals("a", option2.lookupPrefix("http://addons")); in testLookupPrefixWithShadowedUri()
335 assertEquals(null, option2.lookupPrefix("http://usda")); in testLookupPrefixWithShadowingUri()
367 assertTrue(option2.isDefaultNamespace("http://food")); in testIsDefaultNamespace()
408 assertFalse(option2.isDefaultNamespace(null)); in testIsDefaultNamespaceNull()
[all …]