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