Uses of Class
org.htmlunit.xpath.operations.UnaryOperation
Packages that use UnaryOperation
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 UnaryOperation in org.htmlunit.xpath.compiler
Methods in org.htmlunit.xpath.compiler with parameters of type UnaryOperationModifier and TypeMethodDescriptionprivate 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