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

Packages that use XSLTProcessor
org.apache.xalan.xslt The main Xalan-Java 1 compatability package -- facilities for setting up and performing XSL transformations. 
 

Uses of XSLTProcessor in org.apache.xalan.xslt
 

Classes in org.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 org.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, org.apache.xpath.XPathFactory xpathFactory)
          Get a new XSLTProcessor (XMLParserLiaison and XPathFactory no longer used).
 

Methods in org.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.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.