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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
_exceptions.py 44 # ===== SAXPARSEEXCEPTION =====
46 class SAXParseException(SAXException):
51 receive a SAXParseException as the argument to the handlers in the
__init__.py 25 SAXParseException, SAXNotSupportedException, \
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
_exceptions.py 44 # ===== SAXPARSEEXCEPTION =====
46 class SAXParseException(SAXException):
51 receive a SAXParseException as the argument to the handlers in the
__init__.py 25 SAXParseException, SAXNotSupportedException, \
  /libcore/luni/src/main/java/org/xml/sax/
SAXParseException.java 4 // $Id: SAXParseException.java,v 1.11 2004/04/21 13:05:02 dmegginson Exp $
21 * will receive a SAXParseException as the argument to the handlers
37 public class SAXParseException extends SAXException {
47 * Create a new SAXParseException from a message and a Locator.
58 public SAXParseException (String message, Locator locator) {
70 * Wrap an existing exception in a SAXParseException.
84 public SAXParseException (String message, Locator locator,
97 * Create a new SAXParseException.
117 public SAXParseException (String message, String publicId, String systemId,
126 * Create a new SAXParseException with an embedded exception
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sax.py 5 SAXException, SAXReaderNotAvailable, SAXParseException
755 self.assertRaises(SAXParseException, parser.parse, StringIO("<foo>"))
758 # pass various values from a locator to the SAXParseException to
763 str(SAXParseException("message", None,
766 str(SAXParseException("message", None,
769 str(SAXParseException("message", None,
772 str(SAXParseException("message", None,
872 from xml.sax import SAXParseException
873 self.assertRaises(SAXParseException, parser.parse, sio)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sax.py 5 SAXException, SAXReaderNotAvailable, SAXParseException
755 self.assertRaises(SAXParseException, parser.parse, StringIO("<foo>"))
758 # pass various values from a locator to the SAXParseException to
763 str(SAXParseException("message", None,
766 str(SAXParseException("message", None,
769 str(SAXParseException("message", None,
772 str(SAXParseException("message", None,
872 from xml.sax import SAXParseException
873 self.assertRaises(SAXParseException, parser.parse, sio)
  /prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.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 

Completed in 283 milliseconds