Home | History | Annotate | Download | only in parsers

Lines Matching refs:parsers

16 package tests.api.javax.xml.parsers;
25 import javax.xml.parsers.FactoryConfigurationError;
26 import javax.xml.parsers.ParserConfigurationException;
27 import javax.xml.parsers.SAXParser;
28 import javax.xml.parsers.SAXParserFactory;
76 * javax.xml.parsers.SAXParserFactory#getSchema().
124 System.setProperty("javax.xml.parsers.SAXParserFactory",
125 "org.apache.harmony.xml.parsers.SAXParserFactoryImpl");
128 assertTrue(spf1 instanceof org.apache.harmony.xml.parsers.SAXParserFactoryImpl);
130 String key = "javax.xml.parsers.SAXParserFactory = org.apache.harmony.xml.parsers.SAXParserFactoryImpl";
136 assertTrue(spf2 instanceof org.apache.harmony.xml.parsers.SAXParserFactoryImpl);
138 System.setProperty("javax.xml.parsers.SAXParserFactory", "");
269 // } catch (javax.xml.parsers.ParserConfigurationException pce) {
284 // } catch (javax.xml.parsers.ParserConfigurationException pce) {
300 // } catch (javax.xml.parsers.ParserConfigurationException pce) {
315 // } catch (javax.xml.parsers.ParserConfigurationException pce) {
332 // } catch(javax.xml.parsers.ParserConfigurationException pce) {
348 // } catch(javax.xml.parsers.ParserConfigurationException pce) {
363 // } catch(javax.xml.parsers.ParserConfigurationException pce) {