Home | History | Annotate | Download | only in helpers

Lines Matching refs:Attributes

1 // AttributesImpl.java - default implementation of Attributes.
9 import org.xml.sax.Attributes;
13 * Default implementation of the Attributes interface.
23 * {@link org.xml.sax.Attributes Attributes} interface, with the
30 * <li>to take a persistent snapshot of an Attributes object
32 * <li>to construct or modify an Attributes object in a SAX2 driver or filter.</li>
37 * class; in addition to supporting the updated Attributes
46 public class AttributesImpl implements Attributes
67 * Copy an existing Attributes object.
72 * @param atts The existing Attributes object.
74 public AttributesImpl (Attributes atts)
83 // Implementation of org.xml.sax.Attributes.
88 * Return the number of attributes in the list.
90 * @return The number of attributes in the list.
91 * @see org.xml.sax.Attributes#getLength
105 * @see org.xml.sax.Attributes#getURI
123 * @see org.xml.sax.Attributes#getLocalName
141 * @see org.xml.sax.Attributes#getQName
159 * @see org.xml.sax.Attributes#getType(int)
176 * @see org.xml.sax.Attributes#getValue(int)
199 * @see org.xml.sax.Attributes#getIndex(java.lang.String,java.lang.String)
218 * @see org.xml.sax.Attributes#getIndex(java.lang.String)
240 * @see org.xml.sax.Attributes#getType(java.lang.String,java.lang.String)
260 * @see org.xml.sax.Attributes#getType(java.lang.String)
282 * @see org.xml.sax.Attributes#getValue(java.lang.String,java.lang.String)
302 * @see org.xml.sax.Attributes#getValue(java.lang.String)
341 * Copy an entire Attributes object.
346 * @param atts The attributes to copy.
348 public void setAttributes (Attributes atts)
567 * @param n The minimum number of attributes that the array must