Searched refs:Attributes2Impl (Results 1 – 4 of 4) sorted by relevance
22 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 …]
41 public class Attributes2Impl extends AttributesImpl implements Attributes2 class52 public Attributes2Impl () { in Attributes2Impl() method in Attributes2Impl72 public Attributes2Impl (Attributes atts) in Attributes2Impl() method in Attributes2Impl
322 "luni/src/main/java/org/xml/sax/ext/Attributes2Impl.java",
21595 …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);