Home
last modified time | relevance | path

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

12

/external/apache-xml/src/main/java/org/apache/xml/utils/
DDefaultErrorHandler.java35 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()
DSAXSourceLocator.java28 import org.xml.sax.SAXParseException;
88 public SAXSourceLocator(SAXParseException spe) in SAXSourceLocator()
/external/cldr/tools/java/org/unicode/cldr/util/
DXMLValidator.java30 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()
DXMLFileReader.java27 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()
DFindDTDOrder.java29 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()
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/xml/
DXMLSupport.java32 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()
/external/jacoco/org.jacoco.cli.test/src/org/jacoco/cli/internal/
DXmlDocumentationTest.java36 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()
/external/jdiff/src/jdiff/
DCommentsHandler.java9 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()
DAPIHandler.java9 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()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToSAXHandler.java29 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()
DSerializerBase.java37 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()
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerHandlerImpl.java45 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()
DTransformerImpl.java667 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()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DIncrementalSAXSource_Filter.java39 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()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DStylesheetHandler.java963 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()
/external/guice/lib/build/
Dsafesax.jarMETA-INF/MANIFEST.MF safesax/ safesax/BadXmlException.class BadXmlException.java package safesax ...
/external/cldr/tools/java/org/unicode/cldr/test/
DQuickCheck.java37 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()
/external/python/cpython2/Lib/test/
Dtest_sax.py5 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 SAXParseException
1071 self.assertRaises(SAXParseException, parser.parse, sio)
/external/python/cpython3/Lib/xml/sax/
D_exceptions.py46 class SAXParseException(SAXException): class
D__init__.py25 SAXParseException, SAXNotSupportedException, \
/external/python/cpython2/Lib/xml/sax/
D_exceptions.py46 class SAXParseException(SAXException): class
D__init__.py25 SAXParseException, SAXNotSupportedException, \
/external/python/cpython3/Lib/test/
Dtest_sax.py5 SAXException, SAXReaderNotAvailable, SAXParseException
1236 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,
/external/python/cpython2/Doc/library/
Dxml.sax.rst46 omitted, :exc:`SAXParseException` will be raised on all errors. There is no
100 .. exception:: SAXParseException(msg, exception, locator)
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateItemCounts.java43 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()

12