|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
Deprecated. This compatibility layer will be removed in later releases. |
Methods in org.apache.xalan.xslt that return XSLTProcessor | |
static XSLTProcessor |
XSLTProcessorFactory.getProcessor()
Deprecated. Get a new XSLTProcessor. |
static XSLTProcessor |
XSLTProcessorFactory.getProcessorUsingLiaisonName(java.lang.String parserLiaisonClassName)
Deprecated. Get a new XSLTProcessor (parserLiaisonClassName no longre used). |
static XSLTProcessor |
XSLTProcessorFactory.getProcessor(XMLParserLiaison parserLiaison)
Deprecated. Get a new XSLTProcessor (XMLParserLiaison no longer used). |
static XSLTProcessor |
XSLTProcessorFactory.getProcessor(XMLParserLiaison parserLiaison,
org.apache.xpath.XPathFactory xpathFactory)
Deprecated. 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)
Deprecated. 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)
Deprecated. Transform the XML source tree (a DOM Node) and place the output in the result tree target. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |