HomeSort by relevance Sort by last modified time
    Searched refs:SAXParserTestSupport (Results 1 - 3 of 3) 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...]
DocumentBuilderTest.java 428 Document d = db.parse(is, SAXParserTestSupport.XML_SYSTEM_ID);
449 db.parse((InputStream)null, SAXParserTestSupport.XML_SYSTEM_ID);
473 db.parse(is, SAXParserTestSupport.XML_SYSTEM_ID);
SAXParserTestSupport.java 37 class SAXParserTestSupport {

Completed in 41 milliseconds