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

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

Introduction

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

The text is from its open source code.

Method

XPathExpressioncompile(String expression, Filter filter)
Create a XPathExpression<T> instance from this factory.
XPathExpressioncompile(String expression, Filter filter, Map variables, Namespace... namespaces)
Create a Compiled XPathExpression<> instance from this factory.
XPathExpressioncompile(String expression, Filter filter, Map variables, Collection namespaces)
Create a XPathExpression<> instance from this factory.
XPathExpressioncompile(String expression)
Create a XPathExpression<Object> instance from this factory.
XPathFactoryinstance()
Obtain an instance of an XPathFactory using the default mechanisms to determine what XPathFactory implementation to use.