Uses of Package
javax.xml.transform
Package | Description |
---|---|
java.sql |
Provides the API for accessing and processing data stored in a
data source (usually a relational database) using the
Java™ programming language.
|
javax.xml.catalog |
Provides the classes for implementing
XML Catalogs OASIS Standard V1.1, 7 October 2005.
|
javax.xml.stream |
Defines interfaces and classes for the Streaming API for XML (StAX).
|
javax.xml.transform |
Defines the generic APIs for processing transformation instructions,
and performing a transformation from source to result.
|
javax.xml.transform.dom |
Provides DOM specific transformation classes.
|
javax.xml.transform.sax |
Provides SAX specific transformation classes.
|
javax.xml.transform.stax |
Provides StAX specific transformation classes.
|
javax.xml.transform.stream |
Provides stream and URI specific transformation classes.
|
javax.xml.validation |
Provides an API for validation of XML documents.
|
-
Classes in javax.xml.transform used by java.sql Class Description Result An object that implements this interface contains the information needed to build a transformation result tree.Source An object that implements this interface contains the information needed to act as source input (XML source or transformation instructions). -
Classes in javax.xml.transform used by javax.xml.catalog Class Description Source An object that implements this interface contains the information needed to act as source input (XML source or transformation instructions).URIResolver 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. -
Classes in javax.xml.transform used by javax.xml.stream Class Description Result An object that implements this interface contains the information needed to build a transformation result tree.Source An object that implements this interface contains the information needed to act as source input (XML source or transformation instructions). -
Classes in javax.xml.transform used by javax.xml.transform Class Description ErrorListener The listener interface used by aTransformerFactory
orTransformer
to notify callers of error messages that occur during a transformation process.Result An object that implements this interface contains the information needed to build a transformation result tree.Source An object that implements this interface contains the information needed to act as source input (XML source or transformation instructions).SourceLocator This interface is primarily for the purposes of reporting where an error occurred in the XML source or transformation instructions.Templates An object that implements this interface is the runtime representation of processed transformation instructions.Transformer An instance of this abstract class can transform a source tree into a result tree.TransformerConfigurationException Indicates a serious configuration error.TransformerException This class specifies an exceptional condition that occurred during the transformation process.TransformerFactory A TransformerFactory instance can be used to createTransformer
andTemplates
objects.TransformerFactoryConfigurationError Thrown when a problem with configuration with the Transformer Factories exists.URIResolver 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. -
Classes in javax.xml.transform used by javax.xml.transform.dom Class Description Result An object that implements this interface contains the information needed to build a transformation result tree.Source An object that implements this interface contains the information needed to act as source input (XML source or transformation instructions).SourceLocator This interface is primarily for the purposes of reporting where an error occurred in the XML source or transformation instructions. -
Classes in javax.xml.transform used by javax.xml.transform.sax Class Description Result An object that implements this interface contains the information needed to build a transformation result tree.Source An object that implements this interface contains the information needed to act as source input (XML source or transformation instructions).Templates An object that implements this interface is the runtime representation of processed transformation instructions.Transformer An instance of this abstract class can transform a source tree into a result tree.TransformerConfigurationException Indicates a serious configuration error.TransformerFactory A TransformerFactory instance can be used to createTransformer
andTemplates
objects. -
Classes in javax.xml.transform used by javax.xml.transform.stax Class Description Result An object that implements this interface contains the information needed to build a transformation result tree.Source An object that implements this interface contains the information needed to act as source input (XML source or transformation instructions). -
Classes in javax.xml.transform used by javax.xml.transform.stream Class Description Result An object that implements this interface contains the information needed to build a transformation result tree.Source An object that implements this interface contains the information needed to act as source input (XML source or transformation instructions). -
Classes in javax.xml.transform used by javax.xml.validation Class Description Result An object that implements this interface contains the information needed to build a transformation result tree.Source An object that implements this interface contains the information needed to act as source input (XML source or transformation instructions).