Example usage for Java javax.xml.xpath XPathExpression fields, constructors, methods, implement or subclass
The text is from its open source code.
Object | evaluate(Object item, QName returnType) Evaluate the compiled XPath expression in the specified context and return the result as the specified type. |
Object | evaluate(InputSource source, QName returnType) Evaluate the compiled XPath expression in the context of the specified InputSource and return the result as the specified type. |
String | evaluate(Object item) Evaluate the compiled XPath expression in the specified context and return the result as a String . |
String | evaluate(InputSource source) Evaluate the compiled XPath expression in the context of the specified InputSource and return the result as a String . |
String | toString() Returns a string representation of the object. |