Searched refs:AttributeListImpl (Results 1 – 5 of 5) 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()
302 luni/src/main/java/org/xml/sax/helpers/AttributeListImpl.java \