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

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

Introduction

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

The text is from its open source code.

Constructor

XPathBuilder(String expression, Filter filter)
Create a skeleton XPathBuilder with the given expression and result filter.

Method

XPathExpressioncompileWith(XPathFactory factory)
Compile an XPathExpression using the details currently stored in the XPathBuilder.
booleansetNamespace(Namespace namespace)
Define a Namespace to be available for the XPath expression.
booleansetNamespaces(Collection namespaces)
Add a number of namespaces to this XPathBuilder