class DelegateExprContext extends java.lang.Object implements ExprContext
Modifier and Type | Field and Description |
---|---|
(package private) ExprContext |
origContext |
Constructor and Description |
---|
DelegateExprContext(ExprContext context) |
Modifier and Type | Method and Description |
---|---|
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) |
ExprContext origContext
DelegateExprContext(ExprContext context)
public int getPosition() throws XSLException
getPosition
in interface ExprContext
XSLException
public int getLastPosition() throws XSLException
getLastPosition
in interface ExprContext
XSLException
public Variant getLocalVariableValue(Name name) throws XSLException
getLocalVariableValue
in interface ExprContext
XSLException
public Variant getGlobalVariableValue(Name name) throws XSLException
getGlobalVariableValue
in interface ExprContext
XSLException
public ExtensionContext getExtensionContext(java.lang.String namespace) throws XSLException
getExtensionContext
in interface ExprContext
XSLException
public Variant getSystemProperty(Name name)
getSystemProperty
in interface ExprContext
public Node getCurrent(Node contextNode)
getCurrent
in interface ExprContext
public NodeIterator getDocument(java.net.URL baseURL, java.lang.String uriRef) throws XSLException
getDocument
in interface ExprContext
XSLException
public Node getTree(Variant v) throws XSLException
getTree
in interface ExprContext
XSLException