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

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

Completed in 67 milliseconds