Searched refs:descriptionText2 (Results 1 – 1 of 1) sorted by relevance
112 private CDATASection descriptionText2; field in DomTest155 descriptionText2 = (CDATASection) description.getChildNodes().item(1); in setUp()179 descriptionText1, descriptionText2, descriptionText3, option1, in setUp()218 assertEquals("http://addons", descriptionText2.lookupNamespaceURI("a")); in testLookupNamespaceURIByPrefix()250 assertEquals("http://marketing", descriptionText2.lookupNamespaceURI(null)); in testLookupNamespaceURIWithNullPrefix()288 assertEquals("a", descriptionText2.lookupPrefix("http://addons")); in testLookupPrefixWithShadowedUri()332 assertEquals(null, descriptionText2.lookupPrefix("http://usda")); in testLookupPrefixWithShadowingUri()364 assertFalse(descriptionText2.isDefaultNamespace("http://food")); in testIsDefaultNamespace()405 assertFalse(descriptionText2.isDefaultNamespace(null)); in testIsDefaultNamespaceNull()497 descriptionText2.setTextContent("foobar"); in testCdataSetTextContent()[all …]