|
|
This package defines the generic APIs for processing transformation
instructions, and performing a transformation from source to result. |
class |
Indicates a serious configuration error.
void |
Receive notification of a warning.
void |
Receive notification of a recoverable error.
void |
Receive notification of a non-recoverable error.
abstract void |
Process the source tree to the output result.
java.lang.String base)
Called by the processor when it encounters
an xsl:include, xsl:import, or document() function. |
void |
Receive notification of a warning.
void |
Receive notification of a recoverable error.
void |
Receive notification of a non-recoverable error.
|