Searched refs:itemXmlns (Results 1 – 1 of 1) sorted by relevance
104 private Attr itemXmlns; field in DomTest147 itemXmlns = item.getAttributeNode("xmlns"); in setUp()177 allNodes.addAll(Arrays.asList(document, doctype, menu, item, itemXmlns, in setUp()211 assertEquals("http://addons", itemXmlns.lookupNamespaceURI("a")); in testLookupNamespaceURIByPrefix()243 assertEquals("http://food", itemXmlns.lookupNamespaceURI(null)); in testLookupNamespaceURIWithNullPrefix()281 assertEquals("a", itemXmlns.lookupPrefix("http://addons")); in testLookupPrefixWithShadowedUri()325 assertEquals(null, itemXmlns.lookupPrefix("http://usda")); in testLookupPrefixWithShadowingUri()357 assertTrue(itemXmlns.isDefaultNamespace("http://food")); in testIsDefaultNamespace()398 assertFalse(itemXmlns.isDefaultNamespace(null)); in testIsDefaultNamespaceNull()1184 assertNull(itemXmlns.getBaseURI()); in testBaseUriNotInheritedForAttributes()