Example usage for Java org.jdom2.xpath XPathFactory fields, constructors, methods, implement or subclass
The text is from its open source code.
XPathExpression | compile(String expression, Filter Create a XPathExpression<T> instance from this factory. |
XPathExpression | compile(String expression, Filter Create a Compiled XPathExpression<> instance from this factory. |
XPathExpression | compile(String expression, Filter Create a XPathExpression<> instance from this factory. |
XPathExpression | compile(String expression) Create a XPathExpression<Object> instance from this factory. |
XPathFactory | instance() Obtain an instance of an XPathFactory using the default mechanisms to determine what XPathFactory implementation to use. |