addChild(new ExpressionNode("", expression));
return this;
}
public Tag iterateOver(Expression expression, String as) throws ExpressionParsingException {
addBehavior(new ForeachBehavior(expression, as, null, getBeginLine(), getBeginColumn()));
return this;
}