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 ExprContextXSLExceptionpublic int getLastPosition()
throws XSLException
getLastPosition in interface ExprContextXSLExceptionpublic Variant getLocalVariableValue(Name name) throws XSLException
getLocalVariableValue in interface ExprContextXSLExceptionpublic Variant getGlobalVariableValue(Name name) throws XSLException
getGlobalVariableValue in interface ExprContextXSLExceptionpublic ExtensionContext getExtensionContext(java.lang.String namespace) throws XSLException
getExtensionContext in interface ExprContextXSLExceptionpublic Variant getSystemProperty(Name name)
getSystemProperty in interface ExprContextpublic Node getCurrent(Node contextNode)
getCurrent in interface ExprContextpublic NodeIterator getDocument(java.net.URL baseURL, java.lang.String uriRef) throws XSLException
getDocument in interface ExprContextXSLExceptionpublic Node getTree(Variant v) throws XSLException
getTree in interface ExprContextXSLException