Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/xml/
DDomTest.java113 private Text descriptionText3; field in DomTest
156 descriptionText3 = (Text) description.getChildNodes().item(2); in setUp()
179 descriptionText1, descriptionText2, descriptionText3, option1, in setUp()
219 assertEquals("http://addons", descriptionText3.lookupNamespaceURI("a")); in testLookupNamespaceURIByPrefix()
251 assertEquals("http://marketing", descriptionText3.lookupNamespaceURI(null)); in testLookupNamespaceURIWithNullPrefix()
289 assertEquals("a", descriptionText3.lookupPrefix("http://addons")); in testLookupPrefixWithShadowedUri()
333 assertEquals(null, descriptionText3.lookupPrefix("http://usda")); in testLookupPrefixWithShadowingUri()
365 assertFalse(descriptionText3.isDefaultNamespace("http://food")); in testIsDefaultNamespace()
406 assertFalse(descriptionText3.isDefaultNamespace(null)); in testIsDefaultNamespaceNull()
681 "Belgian waffles & strawberries (< 5g of fat)", descriptionText3.getWholeText()); in testGetWholeTextLast()
[all …]