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
XSLExceptionint getLastPosition()
throws XSLException
XSLExceptionVariant getGlobalVariableValue(Name name) throws XSLException
XSLExceptionVariant getLocalVariableValue(Name name) throws XSLException
XSLExceptionExtensionContext getExtensionContext(java.lang.String namespace) throws XSLException
XSLExceptionNodeIterator getDocument(java.net.URL baseURL, java.lang.String uriRef) throws XSLException
XSLExceptionNode getTree(Variant v) throws XSLException
XSLException