{
version = FXGVersion.newInstance(DOMParserHelper.parseDouble(this, value, Double.MIN_VALUE, Double.MAX_VALUE));
}
catch (Exception e)
{
problems.add(new FXGInvalidVersionProblem(getDocumentPath(),
getStartLine(), getStartColumn(), value));
return;
}
}
else if (FXG_MASKTYPE_ATTRIBUTE.equals(name))