Uses of Class
org.apache.xpath.operations.Operation

Packages that use Operation
Package
Description
Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages.
Support for XPath operations, such as +, -, string(), etc.
  • Uses of Operation in org.apache.xpath

    Methods in org.apache.xpath with parameters of type Operation
    Modifier and Type
    Method
    Description
    boolean
    Visit a binary operation.
  • Uses of Operation in org.apache.xpath.operations

    Modifier and Type
    Class
    Description
    class 
    The 'and' operation expression executer.
    class 
    The 'div' operation expression executer.
    class 
    The '=' operation expression executer.
    class 
    The '>' operation expression executer.
    class 
    The '>=' operation expression executer.
    class 
    The 'invalid input: '<'' operation expression executer.
    class 
    The 'invalid input: '<'=' operation expression executer.
    class 
    The binary '-' operation expression executer.
    class 
    The 'mod' operation expression executer.
    class 
    The '*' operation expression executer.
    class 
    The '!
    class 
    The 'or' operation expression executer.
    class 
    The '+' operation expression executer.
    class 
    Deprecated.