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 ExpressionCompiler. 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 classBoolThe 'boolean()' operation expression executer.classNegThe unary '-' operation expression executer.classNumberThe 'number()' operation expression executer.classStringThe 'string()' operation expression executer.
-