|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Operation | |
---|---|
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.compiler | Implements an XPath parser which produces an OpMap, and a so-called Compiler which produces an expression tree for fast evaluation. |
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 | |
---|---|
boolean |
XPathVisitor.visitBinaryOperation(ExpressionOwner owner,
Operation op)
Visit a binary operation. |
Uses of Operation in org.apache.xpath.compiler |
---|
Methods in org.apache.xpath.compiler with parameters of type Operation | |
---|---|
private Expression |
Compiler.compileOperation(Operation operation,
int opPos)
Bottle-neck compilation of an operation with left and right operands. |
Uses of Operation in org.apache.xpath.operations |
---|
Subclasses of Operation in org.apache.xpath.operations | |
---|---|
class |
And
The 'and' operation expression executer. |
class |
Div
The 'div' operation expression executer. |
class |
Equals
The '=' operation expression executer. |
class |
Gt
The '>' operation expression executer. |
class |
Gte
The '>=' operation expression executer. |
class |
Lt
The '<' operation expression executer. |
class |
Lte
The '<=' operation expression executer. |
class |
Minus
The binary '-' operation expression executer. |
class |
Mod
The 'mod' operation expression executer. |
class |
Mult
The '*' operation expression executer. |
class |
NotEquals
The '!=' operation expression executer. |
class |
Or
The 'or' operation expression executer. |
class |
Plus
The '+' operation expression executer. |
class |
Quo
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |