public abstract class PredicateExpr extends java.lang.Object implements XPathExpression
BOOLEAN, ERROR, FILTER_EXPR, LOCATION_PATH, NODE_TEST, NUMBER, PATH_EXPR, PRIMARY, STEP, STRING, UNION_EXPR| Constructor and Description |
|---|
PredicateExpr() |
| Modifier and Type | Method and Description |
|---|---|
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
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevaluate, toStringpublic abstract XPathExpression getExpression()
public final short getExprType()
getExprType in interface XPathExpressionpublic abstract PredicateExpr getNext()
public abstract boolean hasNext()