Package org.apache.xpath.operations
Support for XPath operations, such as +, -, string(), etc.
-
Class Summary Class Description And The 'and' operation expression executer.Bool The 'boolean()' operation expression executer.Div The 'div' operation expression executer.Equals The '=' operation expression executer.Gt The '>' operation expression executer.Gte The '>=' operation expression executer.Lt The '<' operation expression executer.Lte The '<=' operation expression executer.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 '!Number The 'number()' operation expression executer.Operation The baseclass for a binary operation.Or The 'or' operation expression executer.Plus The '+' operation expression executer.Quo Deprecated. String The 'string()' operation expression executer.UnaryOperation The unary operation base class.Variable The variable reference expression executer.VariableSafeAbsRef This is a "smart" variable reference that is used in situations where an absolute path is optimized into a variable reference, but may be used in some situations where the document context may have changed.