Uses of Class
org.htmlunit.xpath.operations.Operation
-
Packages that use Operation Package Description 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.org.htmlunit.xpath.operations 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 Operation Modifier and Type Method Description private 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.operations Modifier and Type Class Description classAndThe 'and' operation expression executor.classDivThe 'div' operation expression executer.classEqualsThe '=' operation expression executer.classGtThe '>' operation expression executor.classGteThe '>=' operation expression executor.classLtThe '<' operation expression executor.classLteThe '<=' operation expression executor.classMinusThe binary '-' operation expression executer.classModThe 'mod' operation expression executer.classMultThe '*' operation expression executer.classNotEqualsThe '!=' operation expression executer.classOrThe 'or' operation expression executer.classPlusThe '+' operation expression executer.
-