Searched refs:png (Results 1 – 1 of 1) sorted by relevance
101 private Notation png; field in DomTest141 png = (Notation) doctype.getNotations().item(0); in setUp()173 if (png != null) { in setUp()174 allNodes.add(png); in setUp()197 assertNotNull("This implementation does not parse notations", png); in testNotations()205 if (png != null) { in testLookupNamespaceURIByPrefix()206 assertEquals(null, png.lookupNamespaceURI("a")); in testLookupNamespaceURIByPrefix()238 if (png != null) { in testLookupNamespaceURIWithNullPrefix()239 assertEquals(null, png.lookupNamespaceURI(null)); in testLookupNamespaceURIWithNullPrefix()276 if (png != null) { in testLookupPrefixWithShadowedUri()[all …]