|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnaryOperation | |
---|---|
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 UnaryOperation in org.apache.xpath |
---|
Methods in org.apache.xpath with parameters of type UnaryOperation | |
---|---|
boolean |
XPathVisitor.visitUnaryOperation(ExpressionOwner owner,
UnaryOperation op)
Visit a unary operation. |
Uses of UnaryOperation in org.apache.xpath.compiler |
---|
Methods in org.apache.xpath.compiler with parameters of type UnaryOperation | |
---|---|
private Expression |
Compiler.compileUnary(UnaryOperation unary,
int opPos)
Bottle-neck compilation of a unary operation. |
Uses of UnaryOperation in org.apache.xpath.operations |
---|
Subclasses of UnaryOperation in org.apache.xpath.operations | |
---|---|
class |
Bool
The 'boolean()' operation expression executer. |
class |
Neg
The unary '-' operation expression executer. |
class |
Number
The 'number()' operation expression executer. |
class |
String
The 'string()' operation expression executer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |