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 |
Modifier and Type | Method and Description |
---|---|
void |
StylesheetHandler.error(SAXParseException e)
Receive notification of a recoverable XSLT processing error.
|
void |
StylesheetHandler.fatalError(SAXParseException e)
Report a fatal XSLT processing error.
|
void |
StylesheetHandler.warning(SAXParseException e)
Receive notification of a XSLT processing warning.
|
Modifier and Type | Method and Description |
---|---|
void |
TransformerHandlerImpl.error(SAXParseException e)
Filter an error event.
|
void |
TransformerHandlerImpl.fatalError(SAXParseException e)
Filter a fatal error event.
|
void |
TransformerHandlerImpl.warning(SAXParseException e)
Filter a warning event.
|
Modifier and Type | Method and Description |
---|---|
void |
IncrementalSAXSource_Filter.error(SAXParseException exception) |
void |
IncrementalSAXSource_Filter.fatalError(SAXParseException exception) |
void |
IncrementalSAXSource_Filter.warning(SAXParseException exception) |
Modifier and Type | Method and Description |
---|---|
void |
SAX2DTM.error(SAXParseException e)
Receive notification of a recoverable parser error.
|
void |
SAX2DTM.fatalError(SAXParseException e)
Report a fatal XML parsing error.
|
void |
SAX2DTM.warning(SAXParseException e)
Receive notification of a parser warning.
|
Modifier and Type | Method and Description |
---|---|
void |
ToSAXHandler.error(SAXParseException exc) |
void |
SerializerBase.error(SAXParseException exc) |
void |
EmptySerializer.error(SAXParseException arg0) |
void |
ToSAXHandler.fatalError(SAXParseException exc) |
void |
SerializerBase.fatalError(SAXParseException exc) |
void |
EmptySerializer.fatalError(SAXParseException arg0) |
void |
ToSAXHandler.warning(SAXParseException exc) |
void |
SerializerBase.warning(SAXParseException exc) |
void |
EmptySerializer.warning(SAXParseException arg0) |
Modifier and Type | Method and Description |
---|---|
void |
ListingErrorHandler.error(SAXParseException exception)
Receive notification of a recoverable error.
|
void |
DefaultErrorHandler.error(SAXParseException exception)
Receive notification of a recoverable error.
|
void |
ListingErrorHandler.fatalError(SAXParseException exception)
Receive notification of a non-recoverable error.
|
void |
DefaultErrorHandler.fatalError(SAXParseException exception)
Receive notification of a non-recoverable error.
|
static void |
DefaultErrorHandler.printLocation(java.io.PrintStream pw,
SAXParseException exception) |
void |
ListingErrorHandler.warning(SAXParseException exception)
Receive notification of a warning.
|
void |
DefaultErrorHandler.warning(SAXParseException exception)
Receive notification of a warning.
|
Constructor and Description |
---|
SAXSourceLocator(SAXParseException spe)
Constructor SAXSourceLocator
|
Modifier and Type | Method and Description |
---|---|
void |
HandlerBase.error(SAXParseException e)
Deprecated.
Receive notification of a recoverable parser error.
|
void |
ErrorHandler.error(SAXParseException exception)
Receive notification of a recoverable error.
|
void |
HandlerBase.fatalError(SAXParseException e)
Deprecated.
Report a fatal XML parsing error.
|
void |
ErrorHandler.fatalError(SAXParseException exception)
Receive notification of a non-recoverable error.
|
void |
HandlerBase.warning(SAXParseException e)
Deprecated.
Receive notification of a parser warning.
|
void |
ErrorHandler.warning(SAXParseException exception)
Receive notification of a warning.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLFilterImpl.error(SAXParseException e)
Filter an error event.
|
void |
DefaultHandler.error(SAXParseException e)
Receive notification of a recoverable parser error.
|
void |
XMLFilterImpl.fatalError(SAXParseException e)
Filter a fatal error event.
|
void |
DefaultHandler.fatalError(SAXParseException e)
Report a fatal XML parsing error.
|
void |
XMLFilterImpl.warning(SAXParseException e)
Filter a warning event.
|
void |
DefaultHandler.warning(SAXParseException e)
Receive notification of a parser warning.
|
Copyright © 2014 Apache XML Project. All Rights Reserved.