Google


This package defines the generic APIs for processing transformation instructions, and performing a transformation from source to result. 
This package implements DOM-specific transformation APIs. 
This package implements SAX2-specific transformation APIs. 
This package implements stream- and URI- specific transformation APIs. 
 

 


          Process the source tree to the output result.
abstract  void
 

 


          Acts as a holder for a transformation result tree, in the form of a Document Object Model (DOM) tree.
 class
 

 


          Acts as an holder for a transformation Result.
 class
 


          Enables the user of the TransformerHandler to set the to set the Result for the transformation.
 void
 

 


          Acts as an holder for a transformation result, which may be XML, plain Text, HTML, or some other form of markup.
 class