Home | History | Annotate | Download | only in helpers

Lines Matching refs:AttributeList

1 // SAX default implementation for AttributeList.
9 import org.xml.sax.AttributeList;
13 * Default implementation for AttributeList.
22 * <p>AttributeList implements the deprecated SAX1 {@link
23 * org.xml.sax.AttributeList AttributeList} interface, and has been
28 * {@link org.xml.sax.AttributeList AttributeList} interface. This
35 * private AttributeList myatts;
37 * public void startElement (String name, AttributeList atts)
47 * class to provide an implementation of AttributeList; it is
53 * {@link org.xml.sax.AttributeList AttributeList};
62 * @see org.xml.sax.AttributeList
66 public class AttributeListImpl implements AttributeList
94 public AttributeListImpl (AttributeList atts)
115 public void setAttributeList (AttributeList atts)
151 * attribute out of an AttributeList. Note that invoking this
191 // Implementation of org.xml.sax.AttributeList
199 * @see org.xml.sax.AttributeList#getLength
212 * @see org.xml.sax.AttributeList#getName(int)
230 * @see org.xml.sax.AttributeList#getType(int)
246 * @see org.xml.sax.AttributeList#getValue(int)
263 * @see org.xml.sax.AttributeList#getType(java.lang.String)
276 * @see org.xml.sax.AttributeList#getValue(java.lang.String)