Home
last modified time | relevance | path

Searched refs:SAXNotSupportedException (Results 1 – 25 of 33) sorted by relevance

12

/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
DSAXParserImpl.java89 throws SAXNotRecognizedException, SAXNotSupportedException in setProperty()
95 throws SAXNotRecognizedException, SAXNotSupportedException in getProperty()
103 throws SAXNotRecognizedException, SAXNotSupportedException in setFeature()
109 throws SAXNotRecognizedException, SAXNotSupportedException in getFeature()
DSAXFactoryImpl.java81 SAXNotSupportedException in setFeature()
100 SAXNotSupportedException in getFeature()
DSAX1ParserAdapter.java89 throw new SAXNotSupportedException("TagSoup does not implement setLocale() method"); in setLocale()
/external/libxml2/python/
Ddrv_libxml2.py314 raise SAXNotSupportedException("DTDHandler not supported")
318 raise SAXNotSupportedException("EntityResolver not supported")
337 raise SAXNotSupportedException("Cannot set feature %s " \
348 raise SAXNotSupportedException("Feature '%s' not supported" % \
370 raise SAXNotSupportedException("Property '%s' not supported" % \
/external/python/cpython3/Lib/xml/sax/
Dexpatreader.py144 raise SAXNotSupportedException("Cannot set features while parsing")
158 raise SAXNotSupportedException(
162 raise SAXNotSupportedException(
166 raise SAXNotSupportedException(
186 raise SAXNotSupportedException(
198 raise SAXNotSupportedException("Property '%s' cannot be set" %
D_exceptions.py115 class SAXNotSupportedException(SAXException): class
125 class SAXReaderNotAvailable(SAXNotSupportedException):
Dxmlreader.py6 from ._exceptions import SAXNotSupportedException, SAXNotRecognizedException
73 raise SAXNotSupportedException("Locale support not implemented")
D__init__.py25 SAXParseException, SAXNotSupportedException, \
/external/python/cpython2/Lib/xml/sax/
Dexpatreader.py147 raise SAXNotSupportedException("Cannot set features while parsing")
161 raise SAXNotSupportedException(
165 raise SAXNotSupportedException(
169 raise SAXNotSupportedException(
189 raise SAXNotSupportedException(
201 raise SAXNotSupportedException("Property '%s' cannot be set" %
D_exceptions.py115 class SAXNotSupportedException(SAXException): class
125 class SAXReaderNotAvailable(SAXNotSupportedException):
Dxmlreader.py6 from _exceptions import SAXNotSupportedException, SAXNotRecognizedException
73 raise SAXNotSupportedException("Locale support not implemented")
D__init__.py25 SAXParseException, SAXNotSupportedException, \
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DParser.java318 throws SAXNotRecognizedException, SAXNotSupportedException { in getFeature()
327 throws SAXNotRecognizedException, SAXNotSupportedException { in setFeature()
347 throws SAXNotRecognizedException, SAXNotSupportedException { in getProperty()
366 throws SAXNotRecognizedException, SAXNotSupportedException { in setProperty()
375 throw new SAXNotSupportedException("Your lexical handler is not a LexicalHandler"); in setProperty()
383 throw new SAXNotSupportedException("Your scanner is not a Scanner"); in setProperty()
391 throw new SAXNotSupportedException("Your schema is not a Schema"); in setProperty()
399 throw new SAXNotSupportedException("Your auto-detector is not an AutoDetector"); in setProperty()
/external/guice/lib/build/jdiff/
Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/ ...
/external/vogar/lib/
Dkxml-libcore-20110123.jarorg/kxml2/ org/kxml2/kdom/ org/kxml2/kdom/Element.class ...
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DIncrementalSAXSource_Filter.java38 import org.xml.sax.SAXNotSupportedException;
160 catch(SAXNotSupportedException e) in setXMLReader()
DDTMManagerDefault.java52 import org.xml.sax.SAXNotSupportedException;
436 catch (SAXNotSupportedException e){} in getDTM()
/external/cldr/tools/java/libs/
DxercesImpl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ ...
/external/python/cpython2/Doc/library/
Dxml.sax.reader.rst178 supported by the parser, *SAXNotSupportedException* is raised.
192 not supported by the parser, *SAXNotSupportedException* is raised.
Dxml.sax.rst118 .. exception:: SAXNotSupportedException(msg[, exception])
/external/python/cpython3/Doc/library/
Dxml.sax.reader.rst181 supported by the parser, *SAXNotSupportedException* is raised.
195 not supported by the parser, *SAXNotSupportedException* is raised.
Dxml.sax.rst131 .. exception:: SAXNotSupportedException(msg, exception=None)
/external/jdiff/src/jdiff/
DXMLToAPI.java75 } catch(org.xml.sax.SAXNotSupportedException snse) { in readFile()
DComments.java87 } catch(org.xml.sax.SAXNotSupportedException snse) { in readFile()
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerImpl.java95 import org.xml.sax.SAXNotSupportedException;
2875 throws SAXNotRecognizedException, SAXNotSupportedException in getFeature()

12