Searched refs:AttributesImpl (Results 1 – 9 of 9) sorted by relevance
22 import org.xml.sax.helpers.AttributesImpl;26 private AttributesImpl empty = new AttributesImpl();28 private AttributesImpl multi = new AttributesImpl();50 AttributesImpl ai = new AttributesImpl(empty); in testAttributesImplAttributes()54 ai = new AttributesImpl(multi); in testAttributesImplAttributes()59 ai = new AttributesImpl(null); in testAttributesImplAttributes()68 AttributesImpl ai = new AttributesImpl(empty); in testGetLength()71 ai = new AttributesImpl(multi); in testGetLength()237 AttributesImpl attrs = new AttributesImpl(); in testSetAttributes()
24 import org.xml.sax.helpers.AttributesImpl;104 h.startElement("uri", "name", "qname", new AttributesImpl()); in testStartElement()
38 import org.xml.sax.helpers.AttributesImpl;234 AttributesImpl atts = new AttributesImpl(); in testStartElement()
39 import org.xml.sax.helpers.AttributesImpl;363 Attributes atts = new AttributesImpl(); in testStartElement()
23 import org.xml.sax.helpers.AttributesImpl;87 attrs.setAttributes(new AttributesImpl(multi)); in testSetAttributes()101 attrs.setAttributes(new AttributesImpl(cdata)); in testSetAttributes()212 attrs = new Attributes2Impl(new AttributesImpl(multi)); in testAttributes2ImplAttributes()226 attrs = new Attributes2Impl(new AttributesImpl(cdata)); in testAttributes2ImplAttributes()
48 public class AttributesImpl implements Attributes class60 public AttributesImpl () in AttributesImpl() method in AttributesImpl75 public AttributesImpl (Attributes atts) in AttributesImpl() method in AttributesImpl
143 atts = new AttributesImpl(); in setup()836 private AttributesImpl atts = null;
9 import org.xml.sax.helpers.AttributesImpl;41 public class Attributes2Impl extends AttributesImpl implements Attributes2
325 "luni/src/main/java/org/xml/sax/helpers/AttributesImpl.java",