Searched refs:SAXParseException (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Lib/xml/sax/ |
D | _exceptions.py | 46 class SAXParseException(SAXException): class
|
D | __init__.py | 25 SAXParseException, SAXNotSupportedException, \
|
D | expatreader.py | 219 exc = SAXParseException(expat.ErrorString(e.code), e, self)
|
/third_party/python/Lib/test/ |
D | test_sax.py | 5 SAXException, SAXReaderNotAvailable, SAXParseException 1282 self.assertRaises(SAXParseException, parser.parse, StringIO("<foo>")) 1292 str(SAXParseException("message", None, 1295 str(SAXParseException("message", None, 1298 str(SAXParseException("message", None, 1301 str(SAXParseException("message", None,
|
/third_party/python/Doc/library/ |
D | xml.sax.rst | 58 omitted, :exc:`SAXParseException` will be raised on all errors. There is no 116 .. exception:: SAXParseException(msg, exception, locator)
|
D | xml.sax.handler.rst | 396 and unrecoverable errors. All methods take a :exc:`SAXParseException` as the
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/ |
D | XLIFF2ICUConverter.java | 33 import org.xml.sax.SAXParseException; 402 public void warning(SAXParseException e) throws SAXException { in createRB() 405 public void error(SAXParseException e) throws SAXException { in createRB() 411 public void fatalError(SAXParseException e) throws SAXException { in createRB()
|