Lines Matching refs:attr
576 AttributeInfo attr = attrs.get(field);
577 if (attr == null) {
578 attr = new AttributeInfo(this, field);
579 attrs.put(field, attr);
581 tag.setAttribute(attr);
590 AttributeInfo attr = attrs.get(field);
591 if (attr == null) {
592 attr = new AttributeInfo(this, field);
593 attrs.put(field, attr);
595 tag.setAttribute(attr);
596 attr.methods.add(m);
606 AttributeInfo attr = attrs.get(field);
607 if (attr == null) {
608 attr = new AttributeInfo(this, field);
609 attrs.put(field, attr);
611 tag.setAttribute(attr);
612 attr.methods.add(m);
1095 for (AttributeInfo attr: selfAttributes) {
1096 if (attr.checkLevel()) {
1097 attr.makeHDF(data, "class.attrs." + i);
1147 for (AttributeInfo attr: cl.selfAttributes()) {
1148 attr.makeHDF(data, base + ".attrs." + i);