Java javax.xml.xpath XPathExpression fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.xpath XPathExpression fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.xpath XPathExpression.

The text is from its open source code.

Constructor

Method

Objectevaluate(Object item, QName returnType)
Evaluate the compiled XPath expression in the specified context and return the result as the specified type.
Objectevaluate(InputSource source, QName returnType)
Evaluate the compiled XPath expression in the context of the specified InputSource and return the result as the specified type.
Stringevaluate(Object item)
Evaluate the compiled XPath expression in the specified context and return the result as a String .
Stringevaluate(InputSource source)
Evaluate the compiled XPath expression in the context of the specified InputSource and return the result as a String .
StringtoString()
Returns a string representation of the object.