HomeSort by relevance Sort by last modified time
    Searched defs:SAXNotSupportedException (Results 1 - 25 of 29) sorted by null

1 2

  /libcore/luni/src/main/java/org/xml/sax/
SAXNotSupportedException.java 0 // SAXNotSupportedException.java - unsupported feature or value.
5 // $Id: SAXNotSupportedException.java,v 1.7 2002/01/30 21:13:48 dbrownell Exp $
29 public class SAXNotSupportedException extends SAXException
35 public SAXNotSupportedException ()
45 public SAXNotSupportedException (String message)
52 // end of SAXNotSupportedException.java
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/sax/
_exceptions.py 113 # ===== SAXNOTSUPPORTEDEXCEPTION =====
115 class SAXNotSupportedException(SAXException):
123 # ===== SAXNOTSUPPORTEDEXCEPTION =====
125 class SAXReaderNotAvailable(SAXNotSupportedException):
__init__.py 25 SAXParseException, SAXNotSupportedException, \
xmlreader.py 6 from _exceptions import SAXNotSupportedException, SAXNotRecognizedException
73 raise SAXNotSupportedException("Locale support not implemented")
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/sax/
_exceptions.py 113 # ===== SAXNOTSUPPORTEDEXCEPTION =====
115 class SAXNotSupportedException(SAXException):
123 # ===== SAXNOTSUPPORTEDEXCEPTION =====
125 class SAXReaderNotAvailable(SAXNotSupportedException):
__init__.py 25 SAXParseException, SAXNotSupportedException, \
xmlreader.py 6 from _exceptions import SAXNotSupportedException, SAXNotRecognizedException
73 raise SAXNotSupportedException("Locale support not implemented")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
_exceptions.py 113 # ===== SAXNOTSUPPORTEDEXCEPTION =====
115 class SAXNotSupportedException(SAXException):
123 # ===== SAXNOTSUPPORTEDEXCEPTION =====
125 class SAXReaderNotAvailable(SAXNotSupportedException):
__init__.py 25 SAXParseException, SAXNotSupportedException, \
xmlreader.py 6 from _exceptions import SAXNotSupportedException, SAXNotRecognizedException
73 raise SAXNotSupportedException("Locale support not implemented")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
_exceptions.py 113 # ===== SAXNOTSUPPORTEDEXCEPTION =====
115 class SAXNotSupportedException(SAXException):
123 # ===== SAXNOTSUPPORTEDEXCEPTION =====
125 class SAXReaderNotAvailable(SAXNotSupportedException):
__init__.py 25 SAXParseException, SAXNotSupportedException, \
xmlreader.py 6 from _exceptions import SAXNotSupportedException, SAXNotRecognizedException
73 raise SAXNotSupportedException("Locale support not implemented")
  /prebuilts/tools/common/m2/repository/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.3.04/
xml-apis-1.3.04.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.4.01/
xml-apis-1.4.01.jar 
  /external/guice/lib/build/jdiff/
xerces.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/23/
android.jar 

Completed in 214 milliseconds

1 2