/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/ |
D | SAXNotSupportedExceptionTest.java | 21 import org.xml.sax.SAXNotSupportedException; 28 SAXNotSupportedException e = new SAXNotSupportedException(); in testSAXNotSupportedException() 33 SAXNotSupportedException e = new SAXNotSupportedException(ERR); in testSAXNotSupportedException_String() 36 e = new SAXNotSupportedException(null); in testSAXNotSupportedException_String()
|
/libcore/luni/src/test/java/libcore/javax/xml/validation/ |
D | SchemaFactoryTest.java | 30 import org.xml.sax.SAXNotSupportedException; 95 public void getFeature_nullString() throws SAXNotRecognizedException, SAXNotSupportedException { in getFeature_nullString() 101 throws SAXNotRecognizedException, SAXNotSupportedException{ in getFeature_validString() 106 public void setFeature_nullString() throws SAXNotRecognizedException, SAXNotSupportedException { in setFeature_nullString() 112 throws SAXNotRecognizedException, SAXNotSupportedException{ in setFeature_validString() 118 throws SAXNotRecognizedException, SAXNotSupportedException { in setProperty_nullString() 124 throws SAXNotRecognizedException, SAXNotSupportedException{ in setProperty_validString() 130 throws SAXNotRecognizedException, SAXNotSupportedException { in getProperty_nullString() 136 throws SAXNotRecognizedException, SAXNotSupportedException{ in getProperty_validString()
|
/libcore/luni/src/main/java/javax/xml/validation/ |
D | ValidatorHandler.java | 25 import org.xml.sax.SAXNotSupportedException; 349 …public boolean getFeature(String name) throws SAXNotRecognizedException, SAXNotSupportedException { in getFeature() 384 …setFeature(String name, boolean value) throws SAXNotRecognizedException, SAXNotSupportedException { in setFeature() 415 …etProperty(String name, Object object) throws SAXNotRecognizedException, SAXNotSupportedException { in setProperty() 448 …public Object getProperty(String name) throws SAXNotRecognizedException, SAXNotSupportedException { in getProperty()
|
D | Validator.java | 28 import org.xml.sax.SAXNotSupportedException; 341 …public boolean getFeature(String name) throws SAXNotRecognizedException, SAXNotSupportedException { in getFeature() 376 …setFeature(String name, boolean value) throws SAXNotRecognizedException, SAXNotSupportedException { in setFeature() 406 …etProperty(String name, Object object) throws SAXNotRecognizedException, SAXNotSupportedException { in setProperty() 439 …public Object getProperty(String name) throws SAXNotRecognizedException, SAXNotSupportedException { in getProperty()
|
D | SchemaFactory.java | 30 import org.xml.sax.SAXNotSupportedException; 267 …public boolean getFeature(String name) throws SAXNotRecognizedException, SAXNotSupportedException { in getFeature() 316 …setFeature(String name, boolean value) throws SAXNotRecognizedException, SAXNotSupportedException { in setFeature() 343 …etProperty(String name, Object object) throws SAXNotRecognizedException, SAXNotSupportedException { in setProperty() 374 …public Object getProperty(String name) throws SAXNotRecognizedException, SAXNotSupportedException { in getProperty()
|
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/ |
D | SAXParserImpl.java | 27 import org.xml.sax.SAXNotSupportedException; 41 throws SAXNotRecognizedException, SAXNotSupportedException { in SAXParserImpl() 49 throws SAXNotSupportedException, SAXNotRecognizedException { in resetInternal() 65 } catch (SAXNotSupportedException e) { in reset() 81 SAXNotSupportedException { in getProperty() 106 throws SAXNotRecognizedException, SAXNotSupportedException { in setProperty()
|
/libcore/luni/src/main/java/org/xml/sax/ |
D | XMLReader.java | 126 throws SAXNotRecognizedException, SAXNotSupportedException; in getFeature() 153 throws SAXNotRecognizedException, SAXNotSupportedException; in setFeature() 182 throws SAXNotRecognizedException, SAXNotSupportedException; in getProperty() 211 throws SAXNotRecognizedException, SAXNotSupportedException; in setProperty()
|
D | SAXNotSupportedException.java | 29 public class SAXNotSupportedException extends SAXException class 35 public SAXNotSupportedException () in SAXNotSupportedException() method in SAXNotSupportedException 45 public SAXNotSupportedException (String message) in SAXNotSupportedException() method in SAXNotSupportedException
|
/libcore/luni/src/main/java/org/apache/harmony/xml/ |
D | ExpatReader.java | 26 import org.xml.sax.SAXNotSupportedException; 76 throws SAXNotRecognizedException, SAXNotSupportedException { in getFeature() 103 throws SAXNotRecognizedException, SAXNotSupportedException { in setFeature() 112 throw new SAXNotSupportedException("Cannot enable " + name); in setFeature() 134 throw new SAXNotSupportedException("Cannot disable " + name); in setFeature() 142 throws SAXNotRecognizedException, SAXNotSupportedException { in getProperty() 155 throws SAXNotRecognizedException, SAXNotSupportedException { in setProperty() 166 throw new SAXNotSupportedException("value doesn't implement " + in setProperty() 266 throw new SAXNotSupportedException("The 'namespace-prefix' " + in parse()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/ |
D | MockFilter.java | 28 import org.xml.sax.SAXNotSupportedException; 50 SAXNotSupportedException { in getFeature() 56 SAXNotSupportedException { in getProperty() 71 SAXNotSupportedException { in setProperty()
|
D | MockReader.java | 32 import org.xml.sax.SAXNotSupportedException; 78 SAXNotSupportedException { in getFeature() 83 SAXNotSupportedException { in getProperty() 120 SAXNotSupportedException { in setProperty()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/ |
D | SAXParserFactoryTest.java | 35 import org.xml.sax.SAXNotSupportedException; 216 } catch (SAXNotSupportedException snse) { in test_setFeatureLjava_lang_StringZ() 228 } catch (SAXNotSupportedException snse) { in test_setFeatureLjava_lang_StringZ() 240 } catch (SAXNotSupportedException snse) { in test_setFeatureLjava_lang_StringZ() 253 } catch (SAXNotSupportedException snse) { in test_setFeatureLjava_lang_StringZ() 430 SAXNotSupportedException { in setFeature() 436 SAXNotSupportedException { in getFeature()
|
D | SAXParserTest.java | 32 import org.xml.sax.SAXNotSupportedException; 73 SAXNotSupportedException { in getProperty() 111 SAXNotRecognizedException, SAXNotSupportedException { in setProperty()
|
D | DocumentBuilderFactoryTest.java | 27 import org.xml.sax.SAXNotSupportedException; 702 throws MalformedURLException, SAXException, SAXNotSupportedException { in test_setSchemaLjavax_xml_validation_Schema()
|
/libcore/luni/src/test/java/libcore/javax/xml/transform/sax/ |
D | SAXSourceTest.java | 40 import org.xml.sax.SAXNotSupportedException; 119 throws SAXNotRecognizedException, SAXNotSupportedException { return false; } in getFeature() 123 throws SAXNotRecognizedException, SAXNotSupportedException {} in setFeature() 127 throws SAXNotRecognizedException, SAXNotSupportedException { return null; } in getProperty() 131 throws SAXNotRecognizedException, SAXNotSupportedException {} in setProperty()
|
/libcore/luni/src/main/java/javax/xml/parsers/ |
D | SAXParserFactory.java | 26 import org.xml.sax.SAXNotSupportedException; 219 SAXNotSupportedException; in setFeature() 238 SAXNotSupportedException; in getFeature()
|
D | SAXParser.java | 31 import org.xml.sax.SAXNotSupportedException; 454 throws SAXNotRecognizedException, SAXNotSupportedException; in setProperty() 471 throws SAXNotRecognizedException, SAXNotSupportedException; in getProperty()
|
/libcore/xml/src/main/java/org/xmlpull/v1/sax2/ |
D | Driver.java | 29 import org.xml.sax.SAXNotSupportedException; 170 throws SAXNotRecognizedException, SAXNotSupportedException in getFeature() 189 throws SAXNotRecognizedException, SAXNotSupportedException in setFeature() 219 throws SAXNotRecognizedException, SAXNotSupportedException in getProperty() 232 throws SAXNotRecognizedException, SAXNotSupportedException in setProperty() 236 … throw new SAXNotSupportedException("not supported setting property "+name);//+" to "+value); in setProperty() 238 … throw new SAXNotSupportedException("not supported setting property "+name);//+" to "+value); in setProperty() 243 throw new SAXNotSupportedException("not supported set property "+name+": "+ ex); in setProperty()
|
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
D | XMLFilterImpl.java | 18 import org.xml.sax.SAXNotSupportedException; 153 throws SAXNotRecognizedException, SAXNotSupportedException in setFeature() 177 throws SAXNotRecognizedException, SAXNotSupportedException in getFeature() 201 throws SAXNotRecognizedException, SAXNotSupportedException in setProperty() 223 throws SAXNotRecognizedException, SAXNotSupportedException in getProperty()
|
D | ParserAdapter.java | 21 import org.xml.sax.SAXNotSupportedException; 179 throws SAXNotRecognizedException, SAXNotSupportedException in setFeature() 217 throws SAXNotRecognizedException, SAXNotSupportedException in getFeature() 245 throws SAXNotRecognizedException, SAXNotSupportedException in setProperty() 265 throws SAXNotRecognizedException, SAXNotSupportedException in getProperty() 806 throws SAXNotSupportedException in checkNotParsing() 809 throw new SAXNotSupportedException("Cannot change " + in checkNotParsing()
|
D | XMLReaderAdapter.java | 20 import org.xml.sax.SAXNotSupportedException; 131 throw new SAXNotSupportedException("setLocale not supported"); in setLocale()
|
/libcore/luni/src/test/java/libcore/xml/ |
D | XmlToSax2DriverTest.java | 31 import org.xml.sax.SAXNotSupportedException; 99 assertThrows(SAXNotSupportedException.class , () -> driver.setProperty( in testSetProperty() 103 assertThrows(SAXNotSupportedException.class ,() -> driver.setProperty( in testSetProperty() 112 assertThrows(SAXNotSupportedException.class ,() -> driver.setProperty("abc", "")); in testSetProperty() 160 public void testGetSetFeature() throws SAXNotSupportedException, SAXNotRecognizedException { in testGetSetFeature() 183 } catch (SAXNotSupportedException | SAXNotRecognizedException e) { in testGetSetFeature() 232 } catch (SAXNotSupportedException | SAXNotRecognizedException e) { in testGetProperty()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/ |
D | ParserAdapterTest.java | 38 import org.xml.sax.SAXNotSupportedException; 131 } catch (SAXNotSupportedException e) { in testGetSetFeature() 142 } catch (SAXNotSupportedException e) { in testGetSetProperty() 151 } catch (SAXNotSupportedException e) { in testGetSetProperty()
|
D | XMLFilterImplTest.java | 36 import org.xml.sax.SAXNotSupportedException; 108 } catch (SAXNotSupportedException e) { in testGetSetFeature() 118 } catch (SAXNotSupportedException e) { in testGetSetFeature() 133 } catch (SAXNotSupportedException e) { in testGetSetProperty() 143 } catch (SAXNotSupportedException e) { in testGetSetProperty()
|
/libcore/ |
D | non_openjdk_java_files.bp | 317 "luni/src/main/java/org/xml/sax/SAXNotSupportedException.java",
|