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

Packages that use Operation
Package
Description
Support for XPath operations, such as +, -, string(), etc.
  • Uses of Operation in org.loboevolution.apache.xpath.operations

    Modifier and Type
    Class
    Description
    class 
    The 'and' operation expression executor.
    class 
    The 'div' operation expression executer.
    class 
    The '=' operation expression executer.
    class 
    The '>' operation expression executor.
    class 
    The '>=' operation expression executor.
    class 
    The '<' operation expression executor.
    class 
    The '<=' operation expression executor.
    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.