org.exolab.adaptx.xpath.expressions
public abstract class PredicateExpr extends Object implements XPathExpression
Version: $Revision: 3734 $ $Date: 2003-05-13 03:55:04 -0400 (Tue, 13 May 2003) $
| Method Summary | |
|---|---|
| abstract XPathExpression | getExpression()
Returns the actual XPathExpression for this predicate
|
| short | getExprType()
Returns the XPathExpression type
|
| abstract PredicateExpr | getNext()
Returns the next PredicateExpr for this PredicateExpr
|
| abstract boolean | hasNext()
Returns true if there are more predicate expressions
|
Returns: the XPathExpression for this predicate
Returns: the XPathExpression type
UNKNOWN: the next PredicateExpr in this PredicateExpr
Returns: true if there are more predicate expressions