Home
last modified time | relevance | path

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

/libcore/luni/src/test/resources/
Drecipt.dtd3 <!ELEMENT recipe (title,ingredient*,preparation,comment?,nutrition)>
12 <!ELEMENT nutrition EMPTY> element
13 <!ATTLIST nutrition protein CDATA #REQUIRED
/libcore/luni/src/test/resources/systemid/
Drecipt.dtd3 <!ELEMENT recipe (title,ingredient*,preparation,comment?,nutrition)>
12 <!ELEMENT nutrition EMPTY> element
13 <!ATTLIST nutrition protein CDATA #REQUIRED
/libcore/luni/src/test/java/libcore/xml/
DDomTest.java118 private Element nutrition; field in DomTest
161 nutrition = (Element) item.getChildNodes().item(11); in setUp()
162 vitamins = (Element) nutrition.getChildNodes().item(1); in setUp()
180 option2, option2Reference, wafflemaker, nutrition, vitamins, in setUp()
224 assertEquals("http://addons", nutrition.lookupNamespaceURI("a")); in testLookupNamespaceURIByPrefix()
256 assertEquals("http://food", nutrition.lookupNamespaceURI(null)); in testLookupNamespaceURIWithNullPrefix()
294 assertEquals("a", nutrition.lookupPrefix("http://addons")); in testLookupPrefixWithShadowedUri()
338 assertEquals(null, nutrition.lookupPrefix("http://usda")); in testLookupPrefixWithShadowingUri()
370 assertTrue(nutrition.isDefaultNamespace("http://food")); in testIsDefaultNamespace()
411 assertFalse(nutrition.isDefaultNamespace(null)); in testIsDefaultNamespaceNull()
[all …]