|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface XPathExpression
An XPath expression.
| Method Summary | |
|---|---|
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. |
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. |
| Method Detail |
|---|
Object evaluate(Object item,
QName returnType)
throws XPathExpressionException
item - the evaluation contextreturnType - the desired return type
XPathExpressionException
String evaluate(Object item)
throws XPathExpressionException
item - the evaluation context
XPathExpressionException
Object evaluate(InputSource source,
QName returnType)
throws XPathExpressionException
source - the source to load the context fromreturnType - the desired return type
XPathExpressionException
String evaluate(InputSource source)
throws XPathExpressionException
source - the source to load the context from
XPathExpressionException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||