- See Also:
- Top Examples, Source Code,
XPathConstants, XPathFunctionResolver, XPathExpressionException, XPathVariableResolver
String evaluate(Object item)
throws XPathExpressionException- See Also:
-
XPathConstants.STRING, evaluate(Object item, QName returnType)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
Object evaluate(Object item,
QName returnType)
throws XPathExpressionException- See Also:
- NullPointerException,
XPathConstants, IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String evaluate(InputSource source)
throws XPathExpressionException- See Also:
- NullPointerException,
XPathConstants.STRING, evaluate(InputSource source, QName returnType)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
Object evaluate(InputSource source,
QName returnType)
throws XPathExpressionException- See Also:
- NullPointerException,
XPathConstants, IllegalArgumentException, evaluate(Object item, QName returnType)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples