javax.xml.xpath
public interface XPathExpression
Since: 1.3
| Method Summary | |
|---|---|
| Object | evaluate(Object item, QName returnType)
Evaluates this expression against the specified context. |
| String | evaluate(Object item)
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. |
| String | evaluate(InputSource source)
Evaluates this expression against the specified context, returning the
result as a string. |
Parameters: item the evaluation context returnType the desired return type
Parameters: item the evaluation context
Parameters: source the source to load the context from returnType the desired return type
Parameters: source the source to load the context from