com.jclark.xsl.expr
public interface ExprContext
| Method Summary | |
|---|---|
| Node | getCurrent(Node contextNode) |
| NodeIterator | getDocument(URL baseURL, String uriRef)
returns a parsed representation of the document at the given
URL. |
| ExtensionContext | getExtensionContext(String namespace) |
| Variant | getGlobalVariableValue(Name name)
access to the stylesheet's global variables |
| KeyValuesTable | getKeyValuesTable(Name keyName, Node n) |
| int | getLastPosition() |
| Variant | getLocalVariableValue(Name name)
access to the stylesheet's in-scope local variables |
| int | getPosition() |
| Variant | getSystemProperty(Name name)
provides access to the system properties for the
system-property() function in XSLT 1.0 section 12.4 |
| Node | getTree(Variant v) |
Returns: the indexed nodes for the named key in the node's document