Searched refs:theAtts (Results 1 – 2 of 2) sorted by relevance
27 private AttributesImpl theAtts; // attributes of element field in Element39 if (defaultAttributes) theAtts = new AttributesImpl(type.atts()); in Element()40 else theAtts = new AttributesImpl(); in Element()58 public AttributesImpl atts() { return theAtts; } in atts()150 theType.setAttribute(theAtts, name, type, value); in setAttribute()160 for (int i = theAtts.getLength() - 1; i >= 0; i--) { in anonymize()161 if (theAtts.getType(i).equals("ID") || in anonymize()162 theAtts.getQName(i).equals("name")) { in anonymize()163 theAtts.removeAttribute(i); in anonymize()176 for (int i = theAtts.getLength() - 1; i >= 0; i--) { in clean()[all …]
31 private AttributesImpl theAtts; // default attributes field in ElementType55 theAtts = new AttributesImpl(); in ElementType()150 public AttributesImpl atts() {return theAtts;} in atts()245 setAttribute(theAtts, name, type, value); in setAttribute()