Home
last modified time | relevance | path

Searched refs:SAXParseException (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/xml/sax/
D_exceptions.py46 class SAXParseException(SAXException): class
D__init__.py25 SAXParseException, SAXNotSupportedException, \
Dexpatreader.py219 exc = SAXParseException(expat.ErrorString(e.code), e, self)
/third_party/python/Lib/test/
Dtest_sax.py5 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/
Dxml.sax.rst58 omitted, :exc:`SAXParseException` will be raised on all errors. There is no
116 .. exception:: SAXParseException(msg, exception, locator)
Dxml.sax.handler.rst396 and unrecoverable errors. All methods take a :exc:`SAXParseException` as the
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
DXLIFF2ICUConverter.java33 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()