org.apache.xalan.xslt
Class XSLProcessorContext

java.lang.Object
  |
  +--org.apache.xalan.extensions.XSLProcessorContext
        |
        +--org.apache.xalan.xslt.XSLProcessorContext

public class XSLProcessorContext
extends org.apache.xalan.extensions.XSLProcessorContext

Captures processor context to be passed to an extension element.

Author:
Sanjiva Weerawarana (sanjiva@watson.ibm.com)

Constructor Summary
XSLProcessorContext(XSLTEngineImpl processor, org.apache.xalan.templates.Stylesheet stylesheetTree, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, org.apache.xml.utils.QName mode)
           
 
Methods inherited from class org.apache.xalan.extensions.XSLProcessorContext
getContextNode, getMode, getSourceTree, getStylesheet, getTransformer, outputToResultTree
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSLProcessorContext

public XSLProcessorContext(XSLTEngineImpl processor,
                           org.apache.xalan.templates.Stylesheet stylesheetTree,
                           org.w3c.dom.Node sourceTree,
                           org.w3c.dom.Node sourceNode,
                           org.apache.xml.utils.QName mode)


Copyright © 2000 Apache XML Project. All Rights Reserved.