// Malformed tab stops ''{0}'' - must be
// an array of tab stops where each tab stop is
// delimited by one or more spaces. A tab stop
// takes the following string-based form:
// [alignment type][alignment position]|[alignment token].
problems.add(new FXGInvalidTabStopsProblem(node.getDocumentPath(), node.getStartLine(),
node.getStartColumn(), value));
return defaultValue;
}
}
}