| Interface | Description |
|---|---|
| BooleanExpression |
A BooleanExpression is an expression that always
produces a Boolean result.
|
| Expression |
Alwin Ibba: Changed package
Represents an expression
|
| Filter |
Alwin Ibba: Changed package
Represents a subscription filter
|
| Class | Description |
|---|---|
| AndFilter |
Alwin Ibba: Changed package
Represents a logical AND operation on two filters
|
| ArithmeticExpression |
Alwin Ibba: Changed package
An expression which performs an operation on two expression values
|
| BinaryExpression |
Alwin Ibba: Changed package
An expression which performs an operation on two expression values.
|
| ComparisonExpression |
Alwin Ibba: Changed package
Alwin Ibba: Modification to be Java 1.3 compatible
A filter performing a comparison of two objects
|
| ConstantExpression |
Alwin Ibba: Changed package
Represents a constant expression
|
| ExpressionFilter |
Alwin Ibba: Changed package
Represents a filter using an expression
|
| LogicExpression |
Alwin Ibba: Changed package
A filter performing a comparison of two objects
|
| MultiExpressionEvaluator |
A MultiExpressionEvaluator is used to evaluate multiple expressions in
single method call.
|
| NotFilter |
Alwin Ibba: Changed package
Represents a logical not operation on another filter
|
| OrFilter |
Alwin Ibba: Changed package
Represents a logical OR operation on two filters
|
| PropertyExpression |
Alwin Ibba: Changed package
Represents a property expression
|
| UnaryExpression |
Alwin Ibba: Changed package
Alwin Ibba: Removed create XPath methods
An expression which performs an operation on two expression values
|
Copyright © 2003–2020. All rights reserved.