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.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
XPathVisitor.visitBinaryOperation(ExpressionOwner owner,
Operation op) |
Visit a binary operation.
|
Modifier and Type | Class | Description |
---|---|---|
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 '!
|
class |
Or |
The 'or' operation expression executer.
|
class |
Plus |
The '+' operation expression executer.
|
class |
Quo |
Deprecated.
|
Copyright © 2014 Apache XML Project. All Rights Reserved.