All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----vnet.markup.AttributeListImpl
 
 
 hash
	hash
   
 AttributeListImpl()
	AttributeListImpl()
   
 add(Attribute)
	add(Attribute)
   add(AttributeList)
	add(AttributeList)
   getAttribute(int)
	getAttribute(int)
   getAttribute(String)
	getAttribute(String)
   remove(Attribute)
	remove(Attribute)
   size()
	size()
   
 hash
hash
protected Hashtable hash
 
 AttributeListImpl
AttributeListImpl
public AttributeListImpl()
 
 add
add
public void add(Attribute attr)
 add
add
public void add(AttributeList attrs)
 size
size
public int size()
 getAttribute
getAttribute
public Attribute getAttribute(String name)
 getAttribute
getAttribute
public Attribute getAttribute(int index) throws ArrayIndexOutOfBoundsException
 remove
remove
public void remove(Attribute attr)
All Packages Class Hierarchy This Package Previous Next Index