HomeSort by relevance Sort by last modified time
    Searched defs:SAXParserTestSupport (Results 1 - 2 of 2) sorted by null

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
SAXParserTest.java 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();
155 SAXParserTestSupport.XML_WF + "staff.xml")};
157 SAXParserTestSupport.XML_NWF + "staff.xml")};
159 SAXParserTestSupport.XML_WF_OUT_DH + "staff.out")};
161 SAXParserTestSupport.XML_WF_OUT_HB + "staff.out")};
170 getResource(SAXParserTestSupport.XML_WF + "staff.xml"));
172 tmpPath + "/" + SAXParserTestSupport.XML_WF + "staff.dtd")
    [all...]
SAXParserTestSupport.java 37 class SAXParserTestSupport {

Completed in 88 milliseconds