*/
if (child instanceof LinkNode && this.parentNode instanceof LinkNode)
{
// Exception: <tcy> element is forbidden as child of <a>, which
// is child of another <tcy>. And vice versa.
problems.add(new FXGInvalidNestingElementsProblem(getDocumentPath(),
getStartLine(), getStartColumn()));
return;
}
if (content == null)