Package org.apache.xpath.operations


package org.apache.xpath.operations

Support for XPath operations, such as +, -, string(), etc.

  • Classes
    Class
    Description
    The 'and' operation expression executer.
    The 'boolean()' operation expression executer.
    The 'div' operation expression executer.
    The '=' operation expression executer.
    The '>' operation expression executer.
    The '>=' operation expression executer.
    The '<' operation expression executer.
    The '<=' operation expression executer.
    The binary '-' operation expression executer.
    The 'mod' operation expression executer.
    The '*' operation expression executer.
    The unary '-' operation expression executer.
    The '!
    The 'number()' operation expression executer.
    The baseclass for a binary operation.
    The 'or' operation expression executer.
    The '+' operation expression executer.
    Deprecated. 
    The 'string()' operation expression executer.
    The unary operation base class.
    The variable reference expression executer.
    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.