Uses of Package
org.htmlunit.xpath.operations
-
Packages that use org.htmlunit.xpath.operations 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. -
Classes in org.htmlunit.xpath.operations used by org.htmlunit.xpath.compiler Class Description Operation The baseclass for a binary operation.UnaryOperation The unary operation base class. -
Classes in org.htmlunit.xpath.operations used by org.htmlunit.xpath.operations Class Description Operation The baseclass for a binary operation.UnaryOperation The unary operation base class.