This package defines the generic APIs for processing transformation
instructions, and performing a transformation from source to result.
This package implements DOM-specific transformation APIs.
This package implements SAX2-specific transformation APIs.
This package implements stream- and URI- specific transformation APIs.
To provide customized error handling, implement this interface and
use the setErrorListener method to register an instance of the implmentation
An object that implements this interface contains the information
needed to build a transformation result tree.
An object that implements this interface contains the information
needed to act as source input (XML source or transformation instructions).
This interface is primarily for the purposes of reporting where
an error occurred in the XML source or transformation instructions.
An object that implements this interface is the runtime representation of processed
transformation instructions.
An instance of this abstract class can transform a
source tree into a result tree.
Indicates a serious configuration error.
This class specifies an exceptional condition that occured
during the transformation process.
A TransformerFactory instance can be used to create
objects.
Thrown when a problem with configuration with the Transformer Factories
exists.
An object that implements this interface that can be called by the processor
to turn a URI used in document(), xsl:import, or xsl:include into a Source object.
An object that implements this interface contains the information
needed to build a transformation result tree.
An object that implements this interface contains the information
needed to act as source input (XML source or transformation instructions).
This interface is primarily for the purposes of reporting where
an error occurred in the XML source or transformation instructions.
An object that implements this interface contains the information
needed to build a transformation result tree.
An object that implements this interface contains the information
needed to act as source input (XML source or transformation instructions).
An object that implements this interface is the runtime representation of processed
transformation instructions.
An instance of this abstract class can transform a
source tree into a result tree.
Indicates a serious configuration error.
A TransformerFactory instance can be used to create
objects.
An object that implements this interface contains the information
needed to build a transformation result tree.
An object that implements this interface contains the information
needed to act as source input (XML source or transformation instructions).