Home
last modified time | relevance | path

Searched refs:AttributesImpl (Results 1 – 9 of 9) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
DAttributesImplTest.java22 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()
DDefaultHandlerTest.java24 import org.xml.sax.helpers.AttributesImpl;
104 h.startElement("uri", "name", "qname", new AttributesImpl()); in testStartElement()
DXMLReaderAdapterTest.java38 import org.xml.sax.helpers.AttributesImpl;
234 AttributesImpl atts = new AttributesImpl(); in testStartElement()
DXMLFilterImplTest.java39 import org.xml.sax.helpers.AttributesImpl;
363 Attributes atts = new AttributesImpl(); in testStartElement()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/ext/
DAttributes2ImplTest.java23 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()
/libcore/luni/src/main/java/org/xml/sax/helpers/
DAttributesImpl.java48 public class AttributesImpl implements Attributes class
60 public AttributesImpl () in AttributesImpl() method in AttributesImpl
75 public AttributesImpl (Attributes atts) in AttributesImpl() method in AttributesImpl
DParserAdapter.java143 atts = new AttributesImpl(); in setup()
836 private AttributesImpl atts = null;
/libcore/luni/src/main/java/org/xml/sax/ext/
DAttributes2Impl.java9 import org.xml.sax.helpers.AttributesImpl;
41 public class Attributes2Impl extends AttributesImpl implements Attributes2
/libcore/
Dnon_openjdk_java_files.bp325 "luni/src/main/java/org/xml/sax/helpers/AttributesImpl.java",