@override void appendAttributeValue(value) { var s = parseString(value); if (s != null) { _values.add(s); } }