Uses of Class
org.apache.trax.Result

Packages that use Result
org.apache.trax Defines a global interface for generating Templates and performing XML transformations. 
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. 
 

Uses of Result in org.apache.trax
 

Methods in org.apache.trax with parameters of type Result
 void Transformer.transform(InputSource xmlSource, Result outputTarget)
          Process the source tree to the output result.
 void Transformer.transformNode(Node node, Result outputTarget)
          Process the source node to the output result, if the processor supports the "http://xml.org/trax/features/dom/input" feature.
 

Uses of Result in org.apache.xalan.transformer
 

Methods in org.apache.xalan.transformer with parameters of type Result
 ContentHandler TransformerImpl.createResultContentHandler(Result outputTarget)
          **For advanced use only** Create a ContentHandler from a Result object.
 ContentHandler TransformerImpl.createResultContentHandler(Result outputTarget, OutputFormat format)
          **For advanced use only** Create a ContentHandler from a Result object.
 void TransformerImpl.transform(InputSource xmlSource, Result outputTarget)
          **For advanced use only** Process the source tree to the output result.
 void TransformerImpl.transformNode(Node node, Result outputTarget)
          **For advanced use only** Process the source node to the output result, if the processor supports the "http://xml.org/trax/features/dom/input" feature.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.