Searched defs:AttributeList (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/org/xml/sax/
H A DAttributeList.java29 // $Id: AttributeList.java,v 1.3 2004/11/03 22:44:51 jsuttor Exp $
60 * from the AttributeList. First, it can iterate through the entire
64 * public void startElement (String name, AttributeList atts) {
81 * public void startElement (String name, AttributeList atts) {
96 public interface AttributeList { interface
217 // end of AttributeList.java
/openjdk7/jdk/src/share/classes/javax/management/
H A DAttributeList.java41 * highly discouraged, to add objects to an {@code AttributeList} that are
42 * not instances of {@code Attribute}. However, an {@code AttributeList}
45 * IllegalArgumentException}. An {@code AttributeList} becomes type-safe
65 public class AttributeList extends ArrayList<Object> { class in inherits:ArrayList
74 * Constructs an empty <CODE>AttributeList</CODE>.
76 public AttributeList() { method in class:AttributeList
81 * Constructs an empty <CODE>AttributeList</CODE> with
85 * <code>AttributeList</code>, as specified by {@link
88 public AttributeList(int initialCapacity) { method in class:AttributeList
93 * Constructs an <CODE>AttributeList</COD
105 public AttributeList(AttributeList list) { method in class:AttributeList
125 public AttributeList(List<Attribute> list) { method in class:AttributeList
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DAttributeList.java36 * An AttributeList can be obtained from the Element
48 class AttributeList implements DTDConstants, Serializable { class in inherits:DTDConstants,Serializable
54 public AttributeList next;
56 AttributeList() { method in class:AttributeList
62 public AttributeList(String name) { method in class:AttributeList
69 public AttributeList(String name, int type, int modifier, String value, Vector<?> values, AttributeList next) { method in class:AttributeList
118 public AttributeList getNext() {

Completed in 30 milliseconds