Uses of Package
javax.xml.transform
Package
Description
Provides the API for accessing and processing data stored in a
data source (usually a relational database) using the
Java programming language.
Provides the classes for implementing
XML Catalogs OASIS Standard V1.1, 7 October 2005.
Defines interfaces and classes for the Streaming API for XML (StAX).
Defines the generic APIs for processing transformation instructions,
and performing a transformation from source to result.
Provides DOM specific transformation classes.
Provides SAX specific transformation classes.
Provides StAX specific transformation classes.
Provides stream and URI specific transformation classes.
Provides an API for validation of XML documents.
-
-
ClassDescriptionAn 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 that can be called by the processor to turn a URI used in document(), xsl:import, or xsl:include into a Source object.
-
-
ClassDescriptionThe listener interface used by a
TransformerFactory
orTransformer
to notify callers of error messages that occur during a transformation process.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 occurred during the transformation process.A TransformerFactory instance can be used to createTransformer
andTemplates
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. -
ClassDescriptionAn 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.
-
ClassDescriptionAn 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
Transformer
andTemplates
objects. -
-
-