Uses of Class
org.xml.sax.SAXParseException
| Package | Description |
|---|---|
| org.apache.xalan.processor |
Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot
(a TRaX Templates object).
|
| org.apache.xalan.transformer |
In charge of run-time transformations and the production of result trees.
|
| org.apache.xml.dtm.ref | |
| org.apache.xml.dtm.ref.sax2dtm | |
| org.apache.xml.serializer |
Processes SAX events into streams.
|
| org.apache.xml.utils |
Implementation of Xalan utility classes.
|
| org.xml.sax | |
| org.xml.sax.helpers |
-
Uses of SAXParseException in org.apache.xalan.processor
Methods in org.apache.xalan.processor with parameters of type SAXParseException Modifier and Type Method Description voidStylesheetHandler. error(SAXParseException e)Receive notification of a recoverable XSLT processing error.voidStylesheetHandler. fatalError(SAXParseException e)Report a fatal XSLT processing error.voidStylesheetHandler. warning(SAXParseException e)Receive notification of a XSLT processing warning. -
Uses of SAXParseException in org.apache.xalan.transformer
Methods in org.apache.xalan.transformer with parameters of type SAXParseException Modifier and Type Method Description voidTransformerHandlerImpl. error(SAXParseException e)Filter an error event.voidTransformerHandlerImpl. fatalError(SAXParseException e)Filter a fatal error event.voidTransformerHandlerImpl. warning(SAXParseException e)Filter a warning event. -
Uses of SAXParseException in org.apache.xml.dtm.ref
Methods in org.apache.xml.dtm.ref with parameters of type SAXParseException Modifier and Type Method Description voidIncrementalSAXSource_Filter. error(SAXParseException exception)voidIncrementalSAXSource_Filter. fatalError(SAXParseException exception)voidIncrementalSAXSource_Filter. warning(SAXParseException exception) -
Uses of SAXParseException in org.apache.xml.dtm.ref.sax2dtm
Methods in org.apache.xml.dtm.ref.sax2dtm with parameters of type SAXParseException Modifier and Type Method Description voidSAX2DTM. error(SAXParseException e)Receive notification of a recoverable parser error.voidSAX2DTM. fatalError(SAXParseException e)Report a fatal XML parsing error.voidSAX2DTM. warning(SAXParseException e)Receive notification of a parser warning. -
Uses of SAXParseException in org.apache.xml.serializer
Methods in org.apache.xml.serializer with parameters of type SAXParseException Modifier and Type Method Description voidSerializerBase. error(SAXParseException exc)voidToSAXHandler. error(SAXParseException exc)voidSerializerBase. fatalError(SAXParseException exc)voidToSAXHandler. fatalError(SAXParseException exc)voidSerializerBase. warning(SAXParseException exc)voidToSAXHandler. warning(SAXParseException exc) -
Uses of SAXParseException in org.apache.xml.utils
Methods in org.apache.xml.utils with parameters of type SAXParseException Modifier and Type Method Description voidDefaultErrorHandler. error(SAXParseException exception)Receive notification of a recoverable error.voidDefaultErrorHandler. fatalError(SAXParseException exception)Receive notification of a non-recoverable error.static voidDefaultErrorHandler. printLocation(PrintStream pw, SAXParseException exception)voidDefaultErrorHandler. warning(SAXParseException exception)Receive notification of a warning.Constructors in org.apache.xml.utils with parameters of type SAXParseException Constructor Description SAXSourceLocator(SAXParseException spe)Constructor SAXSourceLocator -
Uses of SAXParseException in org.xml.sax
Methods in org.xml.sax with parameters of type SAXParseException Modifier and Type Method Description voidErrorHandler. error(SAXParseException exception)Receive notification of a recoverable error.voidHandlerBase. error(SAXParseException e)Deprecated.Receive notification of a recoverable parser error.voidErrorHandler. fatalError(SAXParseException exception)Receive notification of a non-recoverable error.voidHandlerBase. fatalError(SAXParseException e)Deprecated.Report a fatal XML parsing error.voidErrorHandler. warning(SAXParseException exception)Receive notification of a warning.voidHandlerBase. warning(SAXParseException e)Deprecated.Receive notification of a parser warning. -
Uses of SAXParseException in org.xml.sax.helpers
Methods in org.xml.sax.helpers with parameters of type SAXParseException Modifier and Type Method Description voidDefaultHandler. error(SAXParseException e)Receive notification of a recoverable parser error.voidXMLFilterImpl. error(SAXParseException e)Filter an error event.voidDefaultHandler. fatalError(SAXParseException e)Report a fatal XML parsing error.voidXMLFilterImpl. fatalError(SAXParseException e)Filter a fatal error event.voidDefaultHandler. warning(SAXParseException e)Receive notification of a parser warning.voidXMLFilterImpl. warning(SAXParseException e)Filter a warning event.