com.werken.xpath.impl
public class Context extends Object implements Cloneable
Constructor Summary | |
---|---|
Context(Document doc, ContextSupport contextSupport) | |
Context(Element elem, ContextSupport contextSupport) | |
Context(List nodeSet, ContextSupport contextSupport) |
Method Summary | |
---|---|
Context | duplicate() |
Object | getContextNode() |
ContextSupport | getContextSupport() |
Function | getFunction(String name) |
Object | getNode(int index) |
List | getNodeSet() |
int | getPosition() |
int | getSize() |
Object | getVariableValue(String variableName) |
boolean | isEmpty() |
Iterator | iterator() |
void | setNodeSet(List nodeSet) |
void | setPosition(int position) |
String | toString() |
String | translateNamespacePrefix(String prefix) |