| Name | Description | Type | Package | Framework |
| AndExpression | A logical and expression. | Class | org.apache.oodt.xmlps.queryparser | Apache OODT |
| ContainsExpression | A logical contains expression. | Class | org.apache.oodt.xmlps.queryparser | Apache OODT |
| EqualsExpression | Operator equals expression. | Class | org.apache.oodt.xmlps.queryparser | Apache OODT |
| Expression | The abstract interface for our expression tree. | Interface | org.apache.oodt.xmlps.queryparser | Apache OODT |
| GreaterThanEqualsExpression | Greater than or equals expression. | Class | org.apache.oodt.xmlps.queryparser | Apache OODT |
| GreaterThanExpression | Greater than expression. | Class | org.apache.oodt.xmlps.queryparser | Apache OODT |
| HandlerQueryParser | Parsers the XMLQuery and its @link XMLQuery#getWhereElementSet()} into an Expression tree. | Class | org.apache.oodt.xmlps.queryparser | Apache OODT |
| LessThanEqualsExpression | A less than or equals expression. | Class | org.apache.oodt.xmlps.queryparser | Apache OODT |
| LessThanExpression | A less than expression. | Class | org.apache.oodt.xmlps.queryparser | Apache OODT |
| Literal | Class | org.apache.oodt.xmlps.queryparser | Apache OODT | |
| LogOpExpression | A logical expression with a left-hand side and right hind-side Expression. | Class | org.apache.oodt.xmlps.queryparser | Apache OODT |
| OrExpression | Class | org.apache.oodt.xmlps.queryparser | Apache OODT | |
| ParseConstants | Constant met keys used in parsing the XMLQuery. | Interface | org.apache.oodt.xmlps.queryparser | Apache OODT |
| RelOpExpression | A relational operator. | Class | org.apache.oodt.xmlps.queryparser | Apache OODT |
| WildcardLiteral | Class | org.apache.oodt.xmlps.queryparser | Apache OODT | |