else if (FXG_ALIGNMENTBASELINE_IDEOGRAPHICCENTER_VALUE.equals(value))
return AlignmentBaseline.IDEOGRAPHICCENTER;
else if (FXG_ALIGNMENTBASELINE_IDEOGRAPHICBOTTOM_VALUE.equals(value))
return AlignmentBaseline.IDEOGRAPHICBOTTOM;
problems.add(new FXGUnknownAttributeValueProblem(node.getDocumentPath(), node.getStartLine(),
node.getStartColumn(), FXG_ALIGNMENTBASELINE_ATTRIBUTE, value));
return defaultValue;
}