Home
last modified time | relevance | path

Searched refs:AttributeListImpl (Results 1 – 6 of 6) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
DAttributeListImplTest.java22 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()
DParserAdapterTest.java39 import org.xml.sax.helpers.AttributeListImpl;
261 AttributeListImpl atts = new AttributeListImpl(); in testStartElement()
279 AttributeListImpl atts = new AttributeListImpl(); in testEndElement()
/libcore/luni/src/main/java/org/xml/sax/helpers/
DAttributeListImpl.java66 public class AttributeListImpl implements AttributeList class
79 public AttributeListImpl () in AttributeListImpl() method in AttributeListImpl
94 public AttributeListImpl (AttributeList atts) in AttributeListImpl() method in AttributeListImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/
DHandlerBaseTest.java25 import org.xml.sax.helpers.AttributeListImpl;
76 h.startElement("name", new AttributeListImpl()); in testStartElement()
/libcore/
Dnon_openjdk_java_files.bp329 "luni/src/main/java/org/xml/sax/helpers/AttributeListImpl.java",
/libcore/api/
Dcurrent.txt21665 @Deprecated public class AttributeListImpl implements org.xml.sax.AttributeList {
21666 ctor @Deprecated public AttributeListImpl();
21667 ctor @Deprecated public AttributeListImpl(org.xml.sax.AttributeList);