BEA Systems, Inc.

WebLogic Server 6.1 API Reference

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

Packages that use XSLTResultTarget
weblogic.apache.xalan.xslt   
 

Uses of XSLTResultTarget in weblogic.apache.xalan.xslt
 

Methods in weblogic.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 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.
 void XSLTEngineImpl.process(XSLTInputSource inputSource, XSLTInputSource stylesheetSource, XSLTResultTarget outputTarget)
          Transform the source tree to the output in the given result tree target.
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.