Uses of Class
org.apache.xpath.operations.Operation
| Package | Description |
|---|---|
| org.apache.xpath |
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
|
| org.apache.xpath.operations |
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 booleanXPathVisitor. visitBinaryOperation(ExpressionOwner owner, Operation op)Visit a binary operation. -
Uses of Operation in org.apache.xpath.operations
Subclasses of Operation in org.apache.xpath.operations Modifier and Type Class Description classAndThe 'and' operation expression executer.classDivThe 'div' operation expression executer.classEqualsThe '=' operation expression executer.classGtThe '>' operation expression executer.classGteThe '>=' operation expression executer.classLtThe '<' operation expression executer.classLteThe '<=' operation expression executer.classMinusThe binary '-' operation expression executer.classModThe 'mod' operation expression executer.classMultThe '*' operation expression executer.classNotEqualsThe '!=' operation expression executer.classOrThe 'or' operation expression executer.classPlusThe '+' operation expression executer.classQuoDeprecated.