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 OperationModifier and TypeMethodDescriptionbooleanXPathVisitor.visitBinaryOperation(ExpressionOwner owner, Operation op) Visit a binary operation. -
Uses of Operation in org.apache.xpath.operations
Subclasses of Operation in org.apache.xpath.operationsModifier and TypeClassDescriptionclassThe 'and' operation expression executer.classThe 'div' operation expression executer.classThe '=' operation expression executer.classThe '>' operation expression executer.classThe '>=' operation expression executer.classThe '<' operation expression executer.classThe '<=' operation expression executer.classThe binary '-' operation expression executer.classThe 'mod' operation expression executer.classThe '*' operation expression executer.classThe '!classThe 'or' operation expression executer.classThe '+' operation expression executer.classDeprecated.