Class<?> type = paramTypes[0];
if (propName.equals("text")
&& (type.equals(String.class)
|| type.equals(RawString.class))) {
attr = new TextAttribute(method, type);
_addText = attr;
_attributeMap.put("#text", attr);
}
else
attr = new SetterAttribute(method, type);