equal
deleted
inserted
replaced
80 * that interface has been replaced by |
80 * that interface has been replaced by |
81 * {@link org.xml.sax.Attributes Attributes}, |
81 * {@link org.xml.sax.Attributes Attributes}, |
82 * which is implemented in the |
82 * which is implemented in the |
83 * {@link org.xml.sax.helpers.AttributesImpl |
83 * {@link org.xml.sax.helpers.AttributesImpl |
84 * AttributesImpl} helper class. |
84 * AttributesImpl} helper class. |
85 * @since SAX 1.0 |
85 * @since 1.4, SAX 1.0 |
86 * @author David Megginson |
86 * @author David Megginson |
87 * @see org.xml.sax.AttributeList |
87 * @see org.xml.sax.AttributeList |
88 * @see org.xml.sax.DocumentHandler#startElement |
88 * @see org.xml.sax.DocumentHandler#startElement |
89 */ |
89 */ |
90 public class AttributeListImpl implements AttributeList |
90 public class AttributeListImpl implements AttributeList |