Uses of Package
javax.xml.transform

Packages that use javax.xml.transform
javax.xml.transform Base "TRAX" API for XSLT transformers. 
javax.xml.transform.dom Support for DOM inputs and outputs to transformers. 
javax.xml.transform.sax Support for SAX2-based XSLT transformers. 
javax.xml.transform.stream Support for text stream inputs and outputs to transformers. 
 

Classes in javax.xml.transform used by javax.xml.transform
ErrorListener
          JAXP/Transform analogue of SAX ErrorHandler, using TransformerException classes.
Result
          Result
Source
          Identifies the URI for either a transformation (XSLT stylesheet) or an input to a transformation (XML document to be transformed).
SourceLocator
          JAXP/transform analogue of SAX Locator.
Templates
          Encapsulates a pre-parsed (reusable) XSLT transform.
Transformer
          Apply a transformation from a source, populating a result.
TransformerConfigurationException
          TransformerConfigurationException
TransformerException
          Encapsulates a problem exposed during a transformation.
TransformerFactory
          Abstract class extended by implementations.
TransformerFactoryConfigurationError
          Reports a TransformerFactory configuration error.
URIResolver
          URIResolver
 

Classes in javax.xml.transform used by javax.xml.transform.dom
Result
          Result
Source
          Identifies the URI for either a transformation (XSLT stylesheet) or an input to a transformation (XML document to be transformed).
SourceLocator
          JAXP/transform analogue of SAX Locator.
 

Classes in javax.xml.transform used by javax.xml.transform.sax
Result
          Result
Source
          Identifies the URI for either a transformation (XSLT stylesheet) or an input to a transformation (XML document to be transformed).
Templates
          Encapsulates a pre-parsed (reusable) XSLT transform.
Transformer
          Apply a transformation from a source, populating a result.
TransformerConfigurationException
          TransformerConfigurationException
TransformerFactory
          Abstract class extended by implementations.
 

Classes in javax.xml.transform used by javax.xml.transform.stream
Result
          Result
Source
          Identifies the URI for either a transformation (XSLT stylesheet) or an input to a transformation (XML document to be transformed).
 



Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2001-11-20.