Searched refs:SAXParseException (Results 1 – 25 of 46) sorted by relevance
12
35 import org.xml.sax.SAXParseException;117 public void warning(SAXParseException exception) throws SAXException in warning()146 public void error(SAXParseException exception) throws SAXException in error()173 public void fatalError(SAXParseException exception) throws SAXException in fatalError()287 if(cause instanceof SAXParseException) in ensureLocationSet()289 locator = new SAXSourceLocator((SAXParseException)cause); in ensureLocationSet()315 public static void printLocation(java.io.PrintStream pw, org.xml.sax.SAXParseException exception) in printLocation()328 if(cause instanceof SAXParseException) in printLocation()330 locator = new SAXSourceLocator((SAXParseException)cause); in printLocation()
28 import org.xml.sax.SAXParseException;88 public SAXSourceLocator(SAXParseException spe) in SAXSourceLocator()
30 import org.xml.sax.SAXParseException;212 public void warning(SAXParseException e) throws SAXException { in parse()217 public void error(SAXParseException e) throws SAXException { in parse()224 public void fatalError(SAXParseException e) throws SAXException { in parse()242 if (se instanceof SAXParseException) { in parse()243 SAXParseException pe = (SAXParseException) se; in parse()
27 import org.xml.sax.SAXParseException;164 } catch (SAXParseException e) { in read()322 public void error(SAXParseException exception) throws SAXException { in error()332 public void fatalError(SAXParseException exception) throws SAXException { in fatalError()342 public void warning(SAXParseException exception) throws SAXException { in warning()355 public static String showSAX(SAXParseException exception) { in showSAX()
29 import org.xml.sax.SAXParseException;785 public void error(SAXParseException exception) throws SAXException { in error()796 public void fatalError(SAXParseException exception) throws SAXException { in fatalError()807 public void warning(SAXParseException exception) throws SAXException { in warning()
32 import org.xml.sax.SAXParseException;51 public void error(SAXParseException exception) throws SAXException { in XMLSupport()55 public void fatalError(SAXParseException exception) in XMLSupport()60 public void warning(SAXParseException exception) in XMLSupport()
36 import org.xml.sax.SAXParseException;55 public void error(SAXParseException exception) throws SAXException { in before()59 public void fatalError(SAXParseException exception) in before()64 public void warning(SAXParseException exception) in before()
9 import org.xml.sax.SAXParseException;189 public void warning(SAXParseException e) { in warning()194 public void error(SAXParseException e) { in error()200 public void fatalError(SAXParseException e) { in fatalError()
9 import org.xml.sax.SAXParseException;339 public void warning(SAXParseException e) { in warning()344 public void error(SAXParseException e) { in error()350 public void fatalError(SAXParseException e) { in fatalError()
29 import org.xml.sax.SAXParseException;367 public void fatalError(SAXParseException exc) throws SAXException { in fatalError()380 public void error(SAXParseException exc) throws SAXException { in error()391 public void warning(SAXParseException exc) throws SAXException { in warning()
37 import org.xml.sax.SAXParseException;969 public void error(SAXParseException exc) throws SAXException { in error()975 public void fatalError(SAXParseException exc) throws SAXException { in fatalError()984 public void warning(SAXParseException exc) throws SAXException in warning()
45 import org.xml.sax.SAXParseException;630 public void warning(SAXParseException e) throws SAXException in warning()662 public void error(SAXParseException e) throws SAXException in error()701 public void fatalError(SAXParseException e) throws SAXException in fatalError()709 catch(SAXParseException se) in fatalError()
667 catch (org.xml.sax.SAXParseException spe) in transform()686 if (throwable instanceof org.xml.sax.SAXParseException) in fatalError()687 …rException(throwable.getMessage(),new SAXSourceLocator((org.xml.sax.SAXParseException)throwable))); in fatalError()1265 if(se instanceof org.xml.sax.SAXParseException) in transformNode()1266 m_serializationHandler.fatalError((org.xml.sax.SAXParseException)se); in transformNode()1271 … m_serializationHandler.fatalError(new org.xml.sax.SAXParseException(te.getMessage(), sl, te)); in transformNode()1275 …m_serializationHandler.fatalError(new org.xml.sax.SAXParseException(se.getMessage(), new SAXSource… in transformNode()1285 else if(se instanceof org.xml.sax.SAXParseException) in transformNode()1288 new SAXSourceLocator((org.xml.sax.SAXParseException)se), in transformNode()
39 import org.xml.sax.SAXParseException;430 public void error(SAXParseException exception) throws SAXException in error()436 public void fatalError(SAXParseException exception) throws SAXException in fatalError()448 public void warning(SAXParseException exception) throws SAXException in warning()
963 public void warning(org.xml.sax.SAXParseException e) in warning()991 public void error(org.xml.sax.SAXParseException e) in error()1019 public void fatalError(org.xml.sax.SAXParseException e) in fatalError()1635 throws org.xml.sax.SAXParseException in pushSpaceHandling()1647 throws org.xml.sax.SAXParseException in pushSpaceHandling()1673 throw new org.xml.sax.SAXParseException(te.getMessage(), locator, te); in pushSpaceHandling()
META-INF/MANIFEST.MF safesax/ safesax/BadXmlException.class BadXmlException.java package safesax ...
37 import org.xml.sax.SAXParseException;134 public void error(SAXParseException exception) throws SAXException { in error()139 public void fatalError(SAXParseException exception) throws SAXException { in fatalError()144 public void warning(SAXParseException exception) throws SAXException { in warning()
5 SAXException, SAXReaderNotAvailable, SAXParseException, \951 self.assertRaises(SAXParseException, parser.parse, StringIO("<foo>"))961 str(SAXParseException("message", None,964 str(SAXParseException("message", None,967 str(SAXParseException("message", None,970 str(SAXParseException("message", None,1070 from xml.sax import SAXParseException1071 self.assertRaises(SAXParseException, parser.parse, sio)
46 class SAXParseException(SAXException): class
25 SAXParseException, SAXNotSupportedException, \
5 SAXException, SAXReaderNotAvailable, SAXParseException1236 self.assertRaises(SAXParseException, parser.parse, StringIO("<foo>"))1246 str(SAXParseException("message", None,1249 str(SAXParseException("message", None,1252 str(SAXParseException("message", None,1255 str(SAXParseException("message", None,
46 omitted, :exc:`SAXParseException` will be raised on all errors. There is no100 .. exception:: SAXParseException(msg, exception, locator)
43 import org.xml.sax.SAXParseException;734 public void error(SAXParseException exception) throws SAXException { in error()739 public void fatalError(SAXParseException exception) throws SAXException { in fatalError()744 public void warning(SAXParseException exception) throws SAXException { in warning()