JavaTM 2 Platform
Std. Ed. v1.4.0

Uses of Package
javax.xml.transform

Packages that use javax.xml.transform
javax.xml.transform This package defines the generic APIs for processing transformation instructions, and performing a transformation from source to result. 
javax.xml.transform.dom This package implements DOM-specific transformation APIs. 
javax.xml.transform.sax This package implements SAX2-specific transformation APIs. 
javax.xml.transform.stream This package implements stream- and URI- specific transformation APIs. 
 

Classes in javax.xml.transform used by javax.xml.transform
TransformerConfigurationException
          Indicates a serious configuration error.
TransformerException
          This class specifies an exceptional condition that occured during the transformation process.
TransformerFactoryConfigurationError
          Thrown when a problem with configuration with the Transformer Factories exists.
 

Classes in javax.xml.transform used by javax.xml.transform.dom
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
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).
TransformerConfigurationException
          Indicates a serious configuration error.
TransformerFactory
          A TransformerFactory instance can be used to create Transformer and Templates objects.
 

Classes in javax.xml.transform used by javax.xml.transform.stream
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).
 


JavaTM 2 Platform
Std. Ed. v1.4.0

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.