Searched refs:SAXParserTestSupport (Results 1 – 3 of 3) sorted by relevance
22 import org.apache.harmony.tests.javax.xml.parsers.SAXParserTestSupport.MyDefaultHandler;23 import org.apache.harmony.tests.javax.xml.parsers.SAXParserTestSupport.MyHandler;129 SAXParserTestSupport sp = new SAXParserTestSupport();153 SAXParserTestSupport.createTempDirectories(); in initFiles()159 SAXParserTestSupport.XML_WF + "staff.xml")}; in initFiles()161 SAXParserTestSupport.XML_NWF + "staff.xml")}; in initFiles()163 SAXParserTestSupport.XML_WF_OUT_DH + "staff.out")}; in initFiles()165 SAXParserTestSupport.XML_WF_OUT_HB + "staff.out")}; in initFiles()174 getResource(SAXParserTestSupport.XML_WF + "staff.xml")); in initFiles()176 tmpPath + "/" + SAXParserTestSupport.XML_WF + "staff.dtd"), in initFiles()[all …]
428 Document d = db.parse(is, SAXParserTestSupport.XML_SYSTEM_ID); in test_parseLjava_io_InputStreamLjava_lang_String()449 db.parse((InputStream)null, SAXParserTestSupport.XML_SYSTEM_ID); in test_parseLjava_io_InputStreamLjava_lang_String()473 db.parse(is, SAXParserTestSupport.XML_SYSTEM_ID); in test_parseLjava_io_InputStreamLjava_lang_String()
37 class SAXParserTestSupport { class