BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Interface
weblogic.apache.xalan.xslt.XSLTProcessor

Packages that use XSLTProcessor
weblogic.apache.xalan.xslt   
 

Uses of XSLTProcessor in weblogic.apache.xalan.xslt
 

Classes in weblogic.apache.xalan.xslt that implement XSLTProcessor
 class XSLTEngineImpl
           The Xalan workhorse -- Collaborates with the XML parser liaison, the DOM, and the XPath engine, to transform a source tree of nodes into a result tree according to instructions and templates specified by a stylesheet tree.
 

Methods in weblogic.apache.xalan.xslt that return XSLTProcessor
static XSLTProcessor XSLTProcessorFactory.getProcessor()
          Get a new XSLTProcessor.
static XSLTProcessor XSLTProcessorFactory.getProcessorUsingLiaisonName(java.lang.String parserLiaisonClassName)
          Get a new XSLTProcessor (parserLiaisonClassName no longre used).
static XSLTProcessor XSLTProcessorFactory.getProcessor(XMLParserLiaison parserLiaison)
          Get a new XSLTProcessor (XMLParserLiaison no longer used).
static XSLTProcessor XSLTProcessorFactory.getProcessor(XMLParserLiaison parserLiaison, XPathFactory xpathFactory)
          Get a new XSLTProcessor (XMLParserLiaison and XPathFactory no longer used).
 

Methods in weblogic.apache.xalan.xslt with parameters of type XSLTProcessor
 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.
 


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.