public interface ExprContext
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) |
int getPosition() throws XSLException
XSLException
int getLastPosition() throws XSLException
XSLException
Variant getGlobalVariableValue(Name name) throws XSLException
XSLException
Variant getLocalVariableValue(Name name) throws XSLException
XSLException
ExtensionContext getExtensionContext(java.lang.String namespace) throws XSLException
XSLException
NodeIterator getDocument(java.net.URL baseURL, java.lang.String uriRef) throws XSLException
XSLException
Node getTree(Variant v) throws XSLException
XSLException