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 ExpressionCompiler.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 TypeClassDescriptionclassThe 'and' operation expression executor.classThe 'div' operation expression executer.classThe '=' operation expression executer.classThe '>' operation expression executor.classThe '>=' operation expression executor.classThe '<' operation expression executor.classThe '<=' operation expression executor.classThe binary '-' operation expression executer.classThe 'mod' operation expression executer.classThe '*' operation expression executer.classThe '!=' operation expression executer.classThe 'or' operation expression executer.classThe '+' operation expression executer.