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

/openjdk10/jaxp/src/java.xml/share/classes/org/xml/sax/
H A DAttributeList.java97 public interface AttributeList { interface
/openjdk10/jdk/src/java.management/share/classes/javax/management/
H A DAttributeList.java65 public class AttributeList extends ArrayList<Object> { class in inherits:ArrayList
76 public AttributeList() { method in class:AttributeList
88 public AttributeList(int initialCapacity) { method in class:AttributeList
105 public AttributeList(AttributeList list) { method in class:AttributeList
125 public AttributeList(List<Attribute> list) { method in class:AttributeList
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/text/html/parser/
H A DAttributeList.java49 class AttributeList implements DTDConstants, Serializable { class in inherits:DTDConstants,Serializable
81 AttributeList() { method in class:AttributeList
89 public AttributeList(String name) { method in class:AttributeList
103 public AttributeList(String name, int type, int modifier, String value, Vector<?> values, AttributeList next) { method in class:AttributeList

Completed in 85 milliseconds