Enhydra 3.1 API

org.apache.xalan.xslt
Class XSLProcessorContext

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

public class XSLProcessorContext
extends java.lang.Object

Captures processor context to be passed to an extension element.


Field Summary
 QName mode
           
 XSLTEngineImpl processor
           
 Node sourceNode
           
 Node sourceTree
           
 Stylesheet stylesheetTree
           
 
Constructor Summary
XSLProcessorContext(XSLTEngineImpl processor, Stylesheet stylesheetTree, Node sourceTree, Node sourceNode, QName mode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processor

public XSLTEngineImpl processor

stylesheetTree

public Stylesheet stylesheetTree

sourceTree

public Node sourceTree

sourceNode

public Node sourceNode

mode

public QName mode
Constructor Detail

XSLProcessorContext

public XSLProcessorContext(XSLTEngineImpl processor,
                           Stylesheet stylesheetTree,
                           Node sourceTree,
                           Node sourceNode,
                           QName mode)

Enhydra 3.1 API