/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/ |
D | SAXParserImpl.java | 89 throws SAXNotRecognizedException, SAXNotSupportedException in setProperty() 95 throws SAXNotRecognizedException, SAXNotSupportedException in getProperty() 103 throws SAXNotRecognizedException, SAXNotSupportedException in setFeature() 109 throws SAXNotRecognizedException, SAXNotSupportedException in getFeature()
|
D | SAXFactoryImpl.java | 81 SAXNotSupportedException in setFeature() 100 SAXNotSupportedException in getFeature()
|
D | SAX1ParserAdapter.java | 89 throw new SAXNotSupportedException("TagSoup does not implement setLocale() method"); in setLocale()
|
/external/libxml2/python/ |
D | drv_libxml2.py | 314 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/ |
D | expatreader.py | 144 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.py | 115 class SAXNotSupportedException(SAXException): class 125 class SAXReaderNotAvailable(SAXNotSupportedException):
|
D | xmlreader.py | 6 from ._exceptions import SAXNotSupportedException, SAXNotRecognizedException 73 raise SAXNotSupportedException("Locale support not implemented")
|
D | __init__.py | 25 SAXParseException, SAXNotSupportedException, \
|
/external/python/cpython2/Lib/xml/sax/ |
D | expatreader.py | 147 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.py | 115 class SAXNotSupportedException(SAXException): class 125 class SAXReaderNotAvailable(SAXNotSupportedException):
|
D | xmlreader.py | 6 from _exceptions import SAXNotSupportedException, SAXNotRecognizedException 73 raise SAXNotSupportedException("Locale support not implemented")
|
D | __init__.py | 25 SAXParseException, SAXNotSupportedException, \
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | Parser.java | 318 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/ |
D | xerces.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/xml/
javax/ ... |
/external/vogar/lib/ |
D | kxml-libcore-20110123.jar | org/kxml2/
org/kxml2/kdom/
org/kxml2/kdom/Element.class
... |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | IncrementalSAXSource_Filter.java | 38 import org.xml.sax.SAXNotSupportedException; 160 catch(SAXNotSupportedException e) in setXMLReader()
|
D | DTMManagerDefault.java | 52 import org.xml.sax.SAXNotSupportedException; 436 catch (SAXNotSupportedException e){} in getDTM()
|
/external/cldr/tools/java/libs/ |
D | xercesImpl.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
org/
... |
/external/python/cpython2/Doc/library/ |
D | xml.sax.reader.rst | 178 supported by the parser, *SAXNotSupportedException* is raised. 192 not supported by the parser, *SAXNotSupportedException* is raised.
|
D | xml.sax.rst | 118 .. exception:: SAXNotSupportedException(msg[, exception])
|
/external/python/cpython3/Doc/library/ |
D | xml.sax.reader.rst | 181 supported by the parser, *SAXNotSupportedException* is raised. 195 not supported by the parser, *SAXNotSupportedException* is raised.
|
D | xml.sax.rst | 131 .. exception:: SAXNotSupportedException(msg, exception=None)
|
/external/jdiff/src/jdiff/ |
D | XMLToAPI.java | 75 } catch(org.xml.sax.SAXNotSupportedException snse) { in readFile()
|
D | Comments.java | 87 } catch(org.xml.sax.SAXNotSupportedException snse) { in readFile()
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
D | TransformerImpl.java | 95 import org.xml.sax.SAXNotSupportedException; 2875 throws SAXNotRecognizedException, SAXNotSupportedException in getFeature()
|