| Package | Description |
|---|---|
| org.htmlunit.xpath.operations |
Support for XPath operations, such as +, -, string(), etc.
|
| Modifier and Type | Class and Description |
|---|---|
class |
And
The 'and' operation expression executor.
|
class |
Div
The 'div' operation expression executer.
|
class |
Equals
The '=' operation expression executer.
|
class |
Gt
The '>' operation expression executor.
|
class |
Gte
The '>=' operation expression executor.
|
class |
Lt
The '<' operation expression executor.
|
class |
Lte
The '<=' operation expression executor.
|
class |
Minus
The binary '-' operation expression executer.
|
class |
Mod
The 'mod' operation expression executer.
|
class |
Mult
The '*' operation expression executer.
|
class |
NotEquals
The '!=' operation expression executer.
|
class |
Or
The 'or' operation expression executer.
|
class |
Plus
The '+' operation expression executer.
|
Copyright © 2022–2023 HtmlUnit. All rights reserved.