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.
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
processor
public XSLTEngineImpl processor
stylesheetTree
public Stylesheet stylesheetTree
sourceTree
public org.w3c.dom.Node sourceTree
sourceNode
public org.w3c.dom.Node sourceNode
mode
public QName mode
XSLProcessorContext
public XSLProcessorContext(XSLTEngineImpl processor,
Stylesheet stylesheetTree,
org.w3c.dom.Node sourceTree,
org.w3c.dom.Node sourceNode,
QName mode)
Copyright © 2000 Apache XML Project. All Rights Reserved.