Home » xml-commons-external-1.4.01-src » javax » xml » transform »

javax.xml.transform

Sub Packages:

javax.xml.transform.dom   This package implements DOM-specific transformation APIs. The javax.xml.transform.dom.DOMSource class allows the client of the implementation of this API to specify a DOM org.w3c.dom.Node as the source of the input tree.  
javax.xml.transform.sax   This package implements SAX2-specific transformation APIs.  
javax.xml.transform.stax   Provides for StAX-specific transformation APIs.  
javax.xml.transform.stream   This package implements stream- and URI- specific transformation APIs.  

Interfaces:

ErrorListener  

To provide customized error handling, implement this interface and use the setErrorListener method to register an instance of the implementation with the javax.xml.transform.Transformer

code | html
Result  

An object that implements this interface contains the information needed to build a transformation result tree.

 
code | html
Source   An object that implements this interface contains the information needed to act as source input (XML source or transformation instructions).  code | html
SourceLocator   This interface is primarily for the purposes of reporting where an error occurred in the XML source or transformation instructions.  code | html
Templates   An object that implements this interface is the runtime representation of processed transformation instructions.  code | html
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. 

code | html

Abstract Classes:

Transformer   An instance of this abstract class can transform a source tree into a result tree.  code | html
TransformerFactory  

A TransformerFactory instance can be used to create javax.xml.transform.Transformer and javax.xml.transform.Templates objects.

The system property that determines which Factory implementation to create is named "javax.xml.transform.TransformerFactory"

code | html

Classes:

FactoryFinder   This class is duplicated for each JAXP subpackage so keep it in sync.  code | html
FactoryFinder.ConfigurationError     code | html
OutputKeys   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.  code | html
SecuritySupport   This class is duplicated for each JAXP subpackage so keep it in sync.  code | html
TransformerConfigurationException   Indicates a serious configuration error.  code | html
TransformerException   This class specifies an exceptional condition that occurred during the transformation process.  code | html
TransformerFactoryConfigurationError   Thrown when a problem with configuration with the Transformer Factories exists.  code | html