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 TypeMethodDescriptionboolean
XPathVisitor.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 TypeClassDescriptionclass
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.