markers[idx] = li.next();
}
Then thenObj = new Then(getLanguage(), segments, markers);
Condition cond;
if (unconditionalContext)
cond = new Condition(new If(), thenObj);
else
cond = new Condition(ifObj, thenObj);
conditions.add(cond);
}
else if (qName.equals("unconditional")) {
unconditionalContext = false;