Home
last modified time | relevance | path

Searched refs:Attributes2Impl (Results 1 – 4 of 4) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/ext/
DAttributes2ImplTest.java22 import org.xml.sax.ext.Attributes2Impl;
31 private Attributes2Impl empty = new Attributes2Impl();
33 private Attributes2Impl multi = new Attributes2Impl();
35 private Attributes2Impl cdata = new Attributes2Impl();
66 Attributes2Impl attrs = new Attributes2Impl(); in testSetAttributes()
116 Attributes2Impl attrs = new Attributes2Impl(); in testAddAttribute()
150 Attributes2Impl attrs = new Attributes2Impl(multi); in testRemoveAttribute()
195 Attributes2Impl attrs = new Attributes2Impl(multi); in testAttributes2ImplAttributes()
208 attrs = new Attributes2Impl(empty); in testAttributes2ImplAttributes()
212 attrs = new Attributes2Impl(new AttributesImpl(multi)); in testAttributes2ImplAttributes()
[all …]
/libcore/luni/src/main/java/org/xml/sax/ext/
DAttributes2Impl.java41 public class Attributes2Impl extends AttributesImpl implements Attributes2 class
52 public Attributes2Impl () { in Attributes2Impl() method in Attributes2Impl
72 public Attributes2Impl (Attributes atts) in Attributes2Impl() method in Attributes2Impl
/libcore/
Dnon_openjdk_java_files.bp322 "luni/src/main/java/org/xml/sax/ext/Attributes2Impl.java",
/libcore/api/
Dcurrent.txt21595 …public class Attributes2Impl extends org.xml.sax.helpers.AttributesImpl implements org.xml.sax.ext…
21596 ctor public Attributes2Impl();
21597 ctor public Attributes2Impl(org.xml.sax.Attributes);