Home | History | Annotate | Download | only in ext

Lines Matching refs:atts

65      * @param atts The existing Attributes object.
67 public Attributes2Impl (Attributes atts)
69 super (atts);
192 * @param atts The attributes to copy.
196 public void setAttributes (Attributes atts)
198 int length = atts.getLength ();
200 super.setAttributes (atts);
204 if (atts instanceof Attributes2) {
205 Attributes2 a2 = (Attributes2) atts;
212 declared [i] = !"CDATA".equals (atts.getType (i));