Package org.htmlunit.xpath.operations
Support for XPath operations, such as +, -, string(), etc.
-
Class Summary Class Description And The 'and' operation expression executor.Bool The 'boolean()' operation expression executer.Div The 'div' operation expression executer.Equals The '=' operation expression executer.Gt The '>' operation expression executor.Gte The '>=' operation expression executor.Lt The '<' operation expression executor.Lte The '<=' operation expression executor.Minus The binary '-' operation expression executer.Mod The 'mod' operation expression executer.Mult The '*' operation expression executer.Neg The unary '-' operation expression executer.NotEquals The '!=' operation expression executer.Number The 'number()' operation expression executer.Operation The baseclass for a binary operation.Or The 'or' operation expression executer.Plus The '+' operation expression executer.String The 'string()' operation expression executer.UnaryOperation The unary operation base class.