org.apache.xalan.xslt
Class XSLTProcessorFactory

java.lang.Object
  |
  +--org.apache.xalan.xslt.XSLTProcessorFactory

Deprecated. This compatibility layer will be removed in later releases.

public class XSLTProcessorFactory
extends java.lang.Object

Manufactures the processor for performing transformations. Use one of the static getProcessor methods to create an XSLTProcessor object.


Constructor Summary
XSLTProcessorFactory()
          Deprecated.  
 
Method Summary
static XSLTProcessor getProcessor()
          Deprecated. Get a new XSLTProcessor.
static XSLTProcessor getProcessor(XMLParserLiaison parserLiaison)
          Deprecated. Get a new XSLTProcessor (XMLParserLiaison no longer used).
static XSLTProcessor getProcessor(XMLParserLiaison parserLiaison, org.apache.xpath.XPathFactory xpathFactory)
          Deprecated. Get a new XSLTProcessor (XMLParserLiaison and XPathFactory no longer used).
static XSLTProcessor getProcessorUsingLiaisonName(java.lang.String parserLiaisonClassName)
          Deprecated. Get a new XSLTProcessor (parserLiaisonClassName no longre used).
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSLTProcessorFactory

public XSLTProcessorFactory()
Deprecated. 
Method Detail

getProcessor

public static XSLTProcessor getProcessor()
                                  throws org.xml.sax.SAXException
Deprecated. 
Get a new XSLTProcessor.

getProcessorUsingLiaisonName

public static XSLTProcessor getProcessorUsingLiaisonName(java.lang.String parserLiaisonClassName)
                                                  throws org.xml.sax.SAXException
Deprecated. 
Get a new XSLTProcessor (parserLiaisonClassName no longre used). *
See Also:
getProcessor(), XMLParserLiaison

getProcessor

public static XSLTProcessor getProcessor(XMLParserLiaison parserLiaison)
Deprecated. 
Get a new XSLTProcessor (XMLParserLiaison no longer used).
Parameters:
parserLiaison - the XMLParserLiaison set up to interact with a given XML parser.
Returns:
An implementation of the XSLTProcessor interface with which you can perform transformations.
See Also:
getProcessor(), XMLParserLiaison

getProcessor

public static XSLTProcessor getProcessor(XMLParserLiaison parserLiaison,
                                         org.apache.xpath.XPathFactory xpathFactory)
Deprecated. 
Get a new XSLTProcessor (XMLParserLiaison and XPathFactory no longer used).
Parameters:
parserLiaison - the XMLParserLiaison set up to interact with a given XML parser.
xpathFactory - A custom XPathFactory.
Returns:
An implentation of the XSLTProcessor interface with which you can perform transformations.
See Also:
getProcessor(), XMLParserLiaison


Copyright © 2001 Apache XML Project. All Rights Reserved.