Searched refs:AttributeListImpl (Results 1 – 6 of 6) sorted by relevance
22 import org.xml.sax.helpers.AttributeListImpl;27 private AttributeListImpl empty = new AttributeListImpl();29 private AttributeListImpl multi = new AttributeListImpl();45 AttributeListImpl ai = new AttributeListImpl(empty); in testAttributeListImplAttributeList()49 ai = new AttributeListImpl(multi); in testAttributeListImplAttributeList()54 ai = new AttributeListImpl(null); in testAttributeListImplAttributeList()64 AttributeListImpl attrs = new AttributeListImpl(); in testSetAttributeList()134 AttributeListImpl ai = new AttributeListImpl(empty); in testGetLength()137 ai = new AttributeListImpl(multi); in testGetLength()
39 import org.xml.sax.helpers.AttributeListImpl;261 AttributeListImpl atts = new AttributeListImpl(); in testStartElement()279 AttributeListImpl atts = new AttributeListImpl(); in testEndElement()
66 public class AttributeListImpl implements AttributeList class79 public AttributeListImpl () in AttributeListImpl() method in AttributeListImpl94 public AttributeListImpl (AttributeList atts) in AttributeListImpl() method in AttributeListImpl
25 import org.xml.sax.helpers.AttributeListImpl;76 h.startElement("name", new AttributeListImpl()); in testStartElement()
329 "luni/src/main/java/org/xml/sax/helpers/AttributeListImpl.java",
21665 @Deprecated public class AttributeListImpl implements org.xml.sax.AttributeList {21666 ctor @Deprecated public AttributeListImpl();21667 ctor @Deprecated public AttributeListImpl(org.xml.sax.AttributeList);