org.apache.xalan.xslt
Class XSLTProcessorFactory
java.lang.Object
|
+--org.apache.xalan.xslt.XSLTProcessorFactory
- 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.
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
XSLTProcessorFactory
public XSLTProcessorFactory()
getProcessor
public static XSLTProcessor getProcessor()
throws org.xml.sax.SAXException
- Get a new XSLTProcessor.
getProcessorUsingLiaisonName
public static XSLTProcessor getProcessorUsingLiaisonName(java.lang.String parserLiaisonClassName)
throws org.xml.sax.SAXException
- Get a new XSLTProcessor (parserLiaisonClassName no longre used).
*
- See Also:
getProcessor()
,
XMLParserLiaison
getProcessor
public static XSLTProcessor getProcessor(XMLParserLiaison parserLiaison)
- 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)
- 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 © 2000 Apache XML Project. All Rights Reserved.