// a body.
boolean ignoreBody = !emptyTag && (isRemoveId || !allowBody);
if (_ignoring && ignoreBody)
templateParseProblem(ParseMessages.nestedIgnore(tagName, startLine), new LocationImpl(
_resourceLocation, startLine), startLine, cursorStart);
if (!emptyTag)
pushNewTag(tagName, startLine, isRemoveId, ignoreBody);