Searched refs:SAXNotRecognizedException (Results 1 - 25 of 40) sorted by relevance

12

/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
H A DSAXFactoryImpl.java80 throws ParserConfigurationException, SAXNotRecognizedException,
99 throws ParserConfigurationException, SAXNotRecognizedException,
H A DSAXParserImpl.java89 throws SAXNotRecognizedException, SAXNotSupportedException
95 throws SAXNotRecognizedException, SAXNotSupportedException
103 throws SAXNotRecognizedException, SAXNotSupportedException
109 throws SAXNotRecognizedException, SAXNotSupportedException
/external/python/cpython2/Lib/xml/sax/
H A Dxmlreader.py6 from _exceptions import SAXNotSupportedException, SAXNotRecognizedException namespace
77 raise SAXNotRecognizedException("Feature '%s' not recognized" % name)
81 raise SAXNotRecognizedException("Feature '%s' not recognized" % name)
85 raise SAXNotRecognizedException("Property '%s' not recognized" % name)
89 raise SAXNotRecognizedException("Property '%s' not recognized" % name)
H A D__init__.py24 from _exceptions import SAXException, SAXNotRecognizedException, \
26 SAXReaderNotAvailable namespace
H A D_exceptions.py105 class SAXNotRecognizedException(SAXException): class in inherits:SAXException
H A Dexpatreader.py136 raise SAXNotRecognizedException("Feature '%s' not recognized" % name)
165 raise SAXNotRecognizedException(
178 raise SAXNotRecognizedException(
184 raise SAXNotRecognizedException("Property '%s' not recognized" % name)
197 raise SAXNotRecognizedException("Property '%s' not recognized" %
/external/python/cpython3/Lib/xml/sax/
H A Dxmlreader.py6 from ._exceptions import SAXNotSupportedException, SAXNotRecognizedException namespace
77 raise SAXNotRecognizedException("Feature '%s' not recognized" % name)
81 raise SAXNotRecognizedException("Feature '%s' not recognized" % name)
85 raise SAXNotRecognizedException("Property '%s' not recognized" % name)
89 raise SAXNotRecognizedException("Property '%s' not recognized" % name)
H A D__init__.py24 from ._exceptions import SAXException, SAXNotRecognizedException, \
26 SAXReaderNotAvailable namespace
H A D_exceptions.py105 class SAXNotRecognizedException(SAXException): class in inherits:SAXException
H A Dexpatreader.py133 raise SAXNotRecognizedException("Feature '%s' not recognized" % name)
162 raise SAXNotRecognizedException(
175 raise SAXNotRecognizedException(
181 raise SAXNotRecognizedException("Property '%s' not recognized" % name)
194 raise SAXNotRecognizedException("Property '%s' not recognized" %
/external/libxml2/python/
H A Ddrv_libxml2.py332 raise SAXNotRecognizedException("Feature '%s' not recognized" % \
353 raise SAXNotRecognizedException("Feature '%s' not recognized" % \
362 raise SAXNotRecognizedException("Property '%s' not recognized" % \
374 raise SAXNotRecognizedException("Property '%s' not recognized" % \
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DParser.java318 throws SAXNotRecognizedException, SAXNotSupportedException {
321 throw new SAXNotRecognizedException("Unknown feature " + name);
327 throws SAXNotRecognizedException, SAXNotSupportedException {
330 throw new SAXNotRecognizedException("Unknown feature " + name);
347 throws SAXNotRecognizedException, SAXNotSupportedException {
361 throw new SAXNotRecognizedException("Unknown property " + name);
366 throws SAXNotRecognizedException, SAXNotSupportedException {
403 throw new SAXNotRecognizedException("Unknown property " + name);
/external/robolectric/v3/runtime/
H A Dtagsoup-1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/external/guice/lib/build/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/parsers/ META-INF/services/ ...
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMManagerDefault.java51 import org.xml.sax.SAXNotRecognizedException;
435 } catch (SAXNotRecognizedException e){}
H A DIncrementalSAXSource_Filter.java37 import org.xml.sax.SAXNotRecognizedException;
156 catch(SAXNotRecognizedException e)
/external/vogar/lib/
H A Dkxml-libcore-20110123.jarorg/kxml2/ org/kxml2/kdom/ org/kxml2/kdom/Element.class Element.java package org.kxml2. ...
/external/jdiff/src/jdiff/
H A DComments.java83 } catch(org.xml.sax.SAXNotRecognizedException snre) {
H A DXMLToAPI.java71 } catch(org.xml.sax.SAXNotRecognizedException snre) {
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerImpl.java94 import org.xml.sax.SAXNotRecognizedException;
2865 * @throws org.xml.sax.SAXNotRecognizedException When the
2871 * @throws SAXNotRecognizedException
2875 throws SAXNotRecognizedException, SAXNotSupportedException
2883 throw new SAXNotRecognizedException(name);
H A DTransformerIdentityImpl.java483 catch (org.xml.sax.SAXNotRecognizedException snre){}
/external/annotation-tools/asmx/test/lib/
H A Djd.xslt-1.5.5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sarvega/ javax/ javax/xml/ javax/xml/parsers/ javax/ ...
/external/robolectric/v1/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...

Completed in 766 milliseconds

12