824825826827828829830831832
attr = new TextAttribute(method, type); _addText = attr; _attributeMap.put("#text", attr); } else attr = new SetterAttribute(method, type); addProp(propName, attr); }
862863864865866867868869870