templateParseProblem(
Tapestry.format(
"TemplateParser.content-block-may-not-be-ignored",
tagName,
Integer.toString(startLine)),
new Location(_resourceLocation, startLine),
startLine,
cursorStart);
if (emptyTag)
templateParseProblem(
Tapestry.format("TemplateParser.content-block-may-not-be-empty", tagName, Integer.toString(startLine)),
new Location(_resourceLocation, startLine),
startLine,
cursorStart);
_tokens.clear();
_blockStart = -1;