172173174175176177178179180181182
contiguous = true; } if (!contiguous) { problems.add(new FXGContentNotContiguousProblem(child.getDocumentPath(), child.getStartLine(), child.getStartColumn(), getNodeName())); return; } content.add((ITextNode)child);
218219220221222223224225226227228
*/ return; } else { problems.add(new FXGContentNotContiguousProblem(child.getDocumentPath(), child.getStartLine(), child.getStartColumn(), getNodeName())); return; } } else
339340341342343344345346347348349
398399400401402403404405406407408