public void error(int start, int end, int line, String s) {
DefaultEvaluationStrategy.this.fireError(null, inputName + ":" + s);
}
});
IBundleEntity[] loaded = null;
if (!p.parseBody(template, "syntax", inputName)) {
loaded = new ITemplate[0];
} else {
loaded = p.getResult();
}