| Modifier and Type | Method and Description | 
|---|---|
| void | add(Expression e)Add this expression if it's a general comparison, adding the token being tested to the set
 to be used. | 
| 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 | setTokenizerIndex(int i) | 
public void add(Expression e)
public List<Expression> getConditionExpressions()
getConditionExpressions in interface Conditionpublic int setIndex(int i)
Conditionpublic Map<Expression,Integer> getIndexes()
getIndexes in interface Conditionpublic int indexFor(Expression e)
public void export(ExpressionPresenter out)
public void setTokenizerIndex(int i)
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.