| Package | Description |
|---|---|
| org.htmlunit.xpath |
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
|
| org.htmlunit.xpath.compiler |
Implements an XPath parser which produces an OpMap, and a so-called Compiler
which produces an expression tree for fast evaluation.
|
| Constructor and Description |
|---|
XPath(String exprString,
PrefixResolver prefixResolver,
int type,
ErrorListener errorListener,
FunctionTable aTable)
Construct an XPath object.
|
| Constructor and Description |
|---|
Compiler(ErrorListener errorHandler,
FunctionTable fTable)
Construct a Compiler object with a specific ErrorListener.
|
Copyright © 2022–2025 HtmlUnit. All rights reserved.