protected java.util.Collection |
XPather.evaluateAgainst(java.util.Collection object,
int from,
int to,
boolean isRecursive,
int position,
int last,
boolean isFilterContext,
java.util.Collection filterSource) |
|
java.lang.Object[] |
XPather.evaluateAgainstNode(TagNode node) |
Main public method for this class - a way to execute XPath expression against
specified TagNode instance.
|
protected java.util.Collection |
XPather.evaluateFunction(java.util.Collection source,
int from,
int to,
int position,
int last,
boolean isFilterContext) |
Evaluates specified function.
|
java.lang.Object[] |
TagNode.evaluateXPath(java.lang.String xPathExpression) |
Evaluates XPath expression on give node.
|
protected java.util.Collection |
XPather.filterByCondition(java.util.Collection source,
int from,
int to) |
Filter nodes satisfying the condition
|
static void |
CommandLine.main(java.lang.String[] args) |
|