Searched refs:isDefaultNamespace (Results 1 – 3 of 3) sorted by relevance
347 assertFalse(document.isDefaultNamespace("http://food")); in testIsDefaultNamespace()348 assertFalse(doctype.isDefaultNamespace("http://food")); in testIsDefaultNamespace()350 assertFalse(sp.isDefaultNamespace("http://food")); in testIsDefaultNamespace()353 assertFalse(png.isDefaultNamespace("http://food")); in testIsDefaultNamespace()355 assertFalse(menu.isDefaultNamespace("http://food")); in testIsDefaultNamespace()356 assertTrue(item.isDefaultNamespace("http://food")); in testIsDefaultNamespace()357 assertTrue(itemXmlns.isDefaultNamespace("http://food")); in testIsDefaultNamespace()358 assertTrue(itemXmlnsA.isDefaultNamespace("http://food")); in testIsDefaultNamespace()359 assertTrue(name.isDefaultNamespace("http://food")); in testIsDefaultNamespace()360 assertTrue(standard.isDefaultNamespace("http://food")); in testIsDefaultNamespace()[all …]
767 public boolean isDefaultNamespace(String namespaceURI); in isDefaultNamespace() method
550 public final boolean isDefaultNamespace(String namespaceURI) { in isDefaultNamespace() method in NodeImpl