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

Packages that use XSLTProcessor
org.apache.xalan.xslt   
 

Uses of XSLTProcessor in org.apache.xalan.xslt
 

Classes in org.apache.xalan.xslt that implement XSLTProcessor
 class XSLTEngineImpl
          **For advanced use only** 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 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 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.