public interface Condition
Modifier and Type | Method and Description |
---|---|
void |
add(Expression e) |
void |
export(ExpressionPresenter out) |
List<Expression> |
getConditionExpressions() |
Map<Expression,Integer> |
getIndexes() |
int |
indexFor(Expression e) |
int |
setIndex(int i)
Set the indices for this group of rawConditions returning the next index to use in sequence
|
void export(ExpressionPresenter out)
void add(Expression e)
int setIndex(int i)
i
- index to use for the start of the current condition (sequence)int indexFor(Expression e)
List<Expression> getConditionExpressions()
Map<Expression,Integer> getIndexes()
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.