HomeSort by relevance Sort by last modified time
    Searched defs:SAXNotRecognizedException (Results 1 - 23 of 23) sorted by null

  /libcore/luni/src/main/java/org/xml/sax/
SAXNotRecognizedException.java 0 // SAXNotRecognizedException.java - unrecognized feature or value.
5 // $Id: SAXNotRecognizedException.java,v 1.7 2002/01/30 21:13:48 dbrownell Exp $
29 public class SAXNotRecognizedException extends SAXException
35 public SAXNotRecognizedException ()
45 public SAXNotRecognizedException (String message)
52 // end of SAXNotRecognizedException.java
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
_exceptions.py 103 # ===== SAXNOTRECOGNIZEDEXCEPTION =====
105 class SAXNotRecognizedException(SAXException):
__init__.py 24 from _exceptions import SAXException, SAXNotRecognizedException, \
xmlreader.py 6 from _exceptions import SAXNotSupportedException, SAXNotRecognizedException
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)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
_exceptions.py 103 # ===== SAXNOTRECOGNIZEDEXCEPTION =====
105 class SAXNotRecognizedException(SAXException):
__init__.py 24 from _exceptions import SAXException, SAXNotRecognizedException, \
xmlreader.py 6 from _exceptions import SAXNotSupportedException, SAXNotRecognizedException
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)
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java 94 import org.xml.sax.SAXNotRecognizedException;
    [all...]
  /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 
  /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/4/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 383 milliseconds