com.gargoylesoftware.htmlunit.html.xpath |
Test Classes
Test Classes
|
Java Source File Name | Type | Comment |
DocumentNavigator.java | Class | Jaxen Navigator implementation for navigating around the HtmlUnit DOM object model
in the context of XPath evaluation. |
DocumentNavigatorTest.java | Class | Tests for the
DocumentNavigator . |
FunctionContextWrapper.java | Class | A wrapper allowing to add new functions without affecting the original context. |
HtmlUnitXPath.java | Class | Jaxen XPath adapter implementation for the HtmlUnit DOM model
This is the main entry point for matching an XPath against a HU-DOM
tree. |
HtmlUnitXPathTest.java | Class | Tests for XPath evaluation on HtmlUnit DOM. |
LowerCaseFunction.java | Class | Custom XPath function to convert the argument to lower case (using the default locale
as in
java.lang.String.toLowerCase .
This class will be removed as soon as we use Jaxen >= 1.1 because it already contains
a LowerFunction class doing the same job. |
NodeRelativeNavigator.java | Class | Implementation of the Jaxen Navigator to navigate through part of the HtmlUnit DOM object model
in the context of XPath evaluation.
This class allows to make evaluation of xpath be relative to a special node that is
considered as the root. |