Uses of Class
org.htmlunit.xpath.operations.Operation
Packages that use Operation
Package
Description
Implements an XPath parser which produces an OpMap, and a so-called Compiler
which produces an expression tree for fast evaluation.
Support for XPath operations, such as +, -, string(), etc.
-
Uses of Operation in org.htmlunit.xpath.compiler
Methods in org.htmlunit.xpath.compiler with parameters of type OperationModifier and TypeMethodDescriptionprivate Expression
Compiler.compileOperation
(Operation operation, int opPos) Bottle-neck compilation of an operation with left and right operands. -
Uses of Operation in org.htmlunit.xpath.operations
Subclasses of Operation in org.htmlunit.xpath.operationsModifier and TypeClassDescriptionclass
The 'and' operation expression executor.class
The 'div' operation expression executer.class
The '=' operation expression executer.class
The '>' operation expression executor.class
The '>=' operation expression executor.class
The '<' operation expression executor.class
The '<=' operation expression executor.class
The binary '-' operation expression executer.class
The 'mod' operation expression executer.class
The '*' operation expression executer.class
The '!=' operation expression executer.class
The 'or' operation expression executer.class
The '+' operation expression executer.