Java org.jdom2.xpath XPathExpression fields, constructors, methods, implement or subclass

Example usage for Java org.jdom2.xpath XPathExpression fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Method

Listevaluate(Object context)
Process the compiled XPathExpression against the specified context.
TevaluateFirst(Object context)
Return the first value in the XPath query result set type-cast to the return type of this XPathExpression.
StringgetExpression()
Get the XPath expression
NamespacegetNamespace(String prefix)
Get the Namespace associated with a given prefix.