XPathExpression
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 | Description |
---|---|
PredicateExpr() |
Modifier and Type | Method | 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, wait
evaluate, toString
public abstract XPathExpression getExpression()
public final short getExprType()
getExprType
in interface XPathExpression
public abstract PredicateExpr getNext()
public abstract boolean hasNext()