API Overview API Index Direct link to this page
JDK 1.6
  Package: javax.xml.transform
Author(s)
Since
Version
Serial
Description
  This package defines the generic APIs for processing transformation instructions, and performing a transformation from source to result.
See also:   
ErrorListener View Source To provide customized error handling, implement this interface and use the setErrorListener method to register an instance of the implmentation with the Transformer.
OutputKeys View Source Provides string constants that can be used to set output properties for a Transformer, or to retrieve output properties from a Transformer or Templates object.
Result View Source An object that implements this interface contains the information needed to build a transformation result tree.
Source View Source An object that implements this interface contains the information needed to act as source input (XML source or transformation instructions).
SourceLocator View Source This interface is primarily for the purposes of reporting where an error occurred in the XML source or transformation instructions.
Templates View Source An object that implements this interface is the runtime representation of processed transformation instructions.
Transformer View Source An instance of this abstract class can transform a source tree into a result tree.
TransformerConfigurationException View Source Indicates a serious configuration error.
TransformerException View Source This class specifies an exceptional condition that occured during the transformation process.
TransformerFactory View Source A TransformerFactory instance can be used to create Transformer and Templates objects.
TransformerFactoryConfigurationError View Source Thrown when a problem with configuration with the Transformer Factories exists.
URIResolver View Source 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.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar