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

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

Introduction

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

The text is from its open source code.

Method

StringgetRelativePath(final Content from, final Content to)
Returns the relative path from the given from Content to the specified to Content as an XPath expression.
StringgetRelativePath(final Content from, final Attribute to)
Returns the relative path from the given from Content to the specified to Attribute as an XPath expression.
StringgetRelativePath(final Attribute from, final Attribute to)
Returns the relative path from the given from Attribute to the specified to Attribute as an XPath expression.
StringgetRelativePath(final Attribute from, final Content to)
Returns the relative path from the given from Attribute to the specified to Content as an XPath expression.