fatal(DocumentMessages.getString("TextDocumentValidator.InvalidStringQualifuer"));
}
}
private void validateStructure() {
TextStructure structure = document.getDataStructure();
if (structure == null) {
// When a new document is created, it can be validated without its
// structure having been set.
fatal(DocumentMessages.getString("TextDocumentValidator.NoStructure"));
return;