Uses of Class
org.htmlunit.xpath.operations.UnaryOperation
-
Packages that use UnaryOperation 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 UnaryOperation in org.htmlunit.xpath.compiler
Methods in org.htmlunit.xpath.compiler with parameters of type UnaryOperation Modifier and Type Method Description private Expression
Compiler. compileUnary(UnaryOperation unary, int opPos)
Bottle-neck compilation of a unary operation. -
Uses of UnaryOperation in org.htmlunit.xpath.operations
Subclasses of UnaryOperation in org.htmlunit.xpath.operations Modifier and Type Class Description class
Bool
The 'boolean()' operation expression executer.class
Neg
The unary '-' operation expression executer.class
Number
The 'number()' operation expression executer.class
String
The 'string()' operation expression executer.
-