src/org/xml/sax/helpers/AttributesImpl.java

Print this page
rev 602 : 8047723: @since tag cleanup in jaxp
Reviewed-by:

*** 62,72 **** * class; in addition to supporting the updated Attributes * interface rather than the deprecated {@link org.xml.sax.AttributeList * AttributeList} interface, it also includes a much more efficient * implementation using a single array rather than a set of Vectors.</p> * ! * @since SAX 2.0 * @author David Megginson */ public class AttributesImpl implements Attributes { --- 62,72 ---- * class; in addition to supporting the updated Attributes * interface rather than the deprecated {@link org.xml.sax.AttributeList * AttributeList} interface, it also includes a much more efficient * implementation using a single array rather than a set of Vectors.</p> * ! * @since 1.4, SAX 2.0 * @author David Megginson */ public class AttributesImpl implements Attributes {