Searched refs:setAttributes (Results 1 – 6 of 6) sorted by relevance
69 attrs.setAttributes(empty); in testSetAttributes()72 attrs.setAttributes(multi); in testSetAttributes()83 attrs.setAttributes(empty); in testSetAttributes()87 attrs.setAttributes(new AttributesImpl(multi)); in testSetAttributes()101 attrs.setAttributes(new AttributesImpl(cdata)); in testSetAttributes()108 attrs.setAttributes(null); in testSetAttributes()
201 public void setAttributes (Attributes atts) in setAttributes() method in Attributes2Impl205 super.setAttributes (atts); in setAttributes()
337 qAtts.setAttributes(atts); in startElement()462 void setAttributes (Attributes attributes) in setAttributes() method in XMLReaderAdapter.AttributesAdapter
77 setAttributes(atts); in AttributesImpl()347 public void setAttributes (Attributes atts) in setAttributes() method in AttributesImpl
241 attrs.setAttributes(empty); in testSetAttributes()244 attrs.setAttributes(multi); in testSetAttributes()257 attrs.setAttributes(null); in testSetAttributes()
109 setAttributes(attrs, index - start + offset); in AttributedString()705 private void setAttributes(Map<Attribute, Object> attrs, int offset) { in setAttributes() method in AttributedString