throws TemplateParseException
{
if (_ignoring)
templateParseProblem(
ParseMessages.contentBlockMayNotBeIgnored(tagName, startLine),
new LocationImpl(_resourceLocation, startLine),
startLine,
cursorStart);
if (emptyTag)
templateParseProblem(
ParseMessages.contentBlockMayNotBeEmpty(tagName, startLine),
new LocationImpl(_resourceLocation, startLine),
startLine,
cursorStart);
_tokens.clear();
_blockStart = -1;