javax.xml.xpath
Interface XPathExpression
- AndExpr, Constant, Expr, FunctionCall, IdFunction, OrExpr, Pattern, Root, Selector, Steps, UnionExpr, VariableReference
public interface XPathExpression
An XPath expression.
- 1.3
String | evaluate(Object item) - Evaluates this expression against the specified context, returning the
result as a string.
|
Object | evaluate(Object item, QName returnType) - Evaluates this expression against the specified context.
|
String | evaluate(InputSource source) - Evaluates this expression against the specified context, returning the
result as a string.
|
Object | evaluate(InputSource source, QName returnType) - Evaluates this expression against the specified context.
|