com.jclark.xsl.expr
Class DelegateExprContext

java.lang.Object
  extended by com.jclark.xsl.expr.DelegateExprContext
All Implemented Interfaces:
ExprContext
Direct Known Subclasses:
FilterNodeIterator, FilterPattern.Context, WithCurrentExpr.Context

 class DelegateExprContext
extends java.lang.Object
implements ExprContext


Field Summary
(package private)  ExprContext origContext
           
 
Constructor Summary
DelegateExprContext(ExprContext context)
           
 
Method Summary
 Node getCurrent(Node contextNode)
           
 NodeIterator getDocument(java.net.URL baseURL, java.lang.String uriRef)
           
 ExtensionContext getExtensionContext(java.lang.String namespace)
           
 Variant getGlobalVariableValue(Name name)
           
 int getLastPosition()
           
 Variant getLocalVariableValue(Name name)
           
 int getPosition()
           
 Variant getSystemProperty(Name name)
           
 Node getTree(Variant v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

origContext

ExprContext origContext
Constructor Detail

DelegateExprContext

DelegateExprContext(ExprContext context)
Method Detail

getPosition

public int getPosition()
                throws XSLException
Specified by:
getPosition in interface ExprContext
Throws:
XSLException

getLastPosition

public int getLastPosition()
                    throws XSLException
Specified by:
getLastPosition in interface ExprContext
Throws:
XSLException

getLocalVariableValue

public Variant getLocalVariableValue(Name name)
                              throws XSLException
Specified by:
getLocalVariableValue in interface ExprContext
Throws:
XSLException

getGlobalVariableValue

public Variant getGlobalVariableValue(Name name)
                               throws XSLException
Specified by:
getGlobalVariableValue in interface ExprContext
Throws:
XSLException

getExtensionContext

public ExtensionContext getExtensionContext(java.lang.String namespace)
                                     throws XSLException
Specified by:
getExtensionContext in interface ExprContext
Throws:
XSLException

getSystemProperty

public Variant getSystemProperty(Name name)
Specified by:
getSystemProperty in interface ExprContext

getCurrent

public Node getCurrent(Node contextNode)
Specified by:
getCurrent in interface ExprContext

getDocument

public NodeIterator getDocument(java.net.URL baseURL,
                                java.lang.String uriRef)
                         throws XSLException
Specified by:
getDocument in interface ExprContext
Throws:
XSLException

getTree

public Node getTree(Variant v)
             throws XSLException
Specified by:
getTree in interface ExprContext
Throws:
XSLException