Uses of Class
org.apache.xalan.xslt.XSLTResultTarget

Packages that use XSLTResultTarget
org.apache.xalan.xslt   
 

Uses of XSLTResultTarget in org.apache.xalan.xslt
 

Methods in org.apache.xalan.xslt with parameters of type XSLTResultTarget
 void XSLTProcessor.process(XSLTInputSource xmlSource, XSLTInputSource xslStylesheet, XSLTResultTarget resultTree)
          Use the XSL stylesheet to transform the XML input, placing the result in the result tree.
 void XSLTEngineImpl.process(XSLTInputSource inputSource, XSLTInputSource stylesheetSource, XSLTResultTarget outputTarget)
          **For advanced use only** Transform the source tree to the output in the given result tree target.
 void StylesheetRoot.process(XSLTInputSource xmlSource, XSLTResultTarget outputTarget)
          Transform the XML source tree and place the output in the result tree target.
 void StylesheetRoot.process(XSLTProcessor iprocessor, XSLTInputSource xmlSource, XSLTResultTarget outputTarget)
          Transform the XML source tree and place the output in the result tree target.
 void StylesheetRoot.process(XSLTProcessor iprocessor, org.w3c.dom.Node sourceTree, XSLTResultTarget outputTarget)
          Transform the XML source tree (a DOM Node) and place the output in the result tree target.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.