SimpleParserTest.java | 43 private Map<String, String> namespaces1; field in class:SimpleParserTest 64 namespaces1 = new HashMap<String, String>(); 77 namespaces1 = null; 115 namespaces1.put(localName, uri); 169 assertEquals("http://www.foobar.org", namespaces1.get("stuff"));
|