Searched refs:namespaces1 (Results 1 – 1 of 1) sorted by relevance
49 private Map<String, String> namespaces1; field in SimpleParserTest70 namespaces1 = new HashMap<String, String>(); in setUp()83 namespaces1 = null; in tearDown()145 namespaces1.put(localName, uri); in startElement()197 assertEquals("http://www.foobar.org", namespaces1.get("stuff")); in testWorkingFile1()