BEA Systems, Inc.

WebLogic Server 6.0sp2 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 with the default high-performance DTM (Document Table Model) liaison and XML parser.
static XSLTProcessor XSLTProcessorFactory.getProcessorUsingLiaisonName(java.lang.String parserLiaisonClassName)
          Get a new XSLTProcessor that will use a given XMLParserLiaison class to interact with a given XML parser.
static XSLTProcessor XSLTProcessorFactory.getProcessor(XMLParserLiaison parserLiaison)
          Get a new XSLTProcessor that will use the specified XMLParserLiaison to interact with a given XML parser.
static XSLTProcessor XSLTProcessorFactory.getProcessor(XMLParserLiaison parserLiaison, XPathFactory xpathFactory)
          Get a new XSLTProcessor that will use the specified XMLParserLiaison and XPathFactory to interact with a given XML parser.
 

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://download.oracle.com/docs/cd/E13222_01/wls/docs60