public class AttributesMap extends Object implements Attributes
Constructor and Description |
---|
AttributesMap() |
AttributesMap(AttributesMap attributes) |
Modifier and Type | Method and Description |
---|---|
void |
addAll(Attributes attributes) |
void |
clearAttributes() |
Object |
getAttribute(String name) |
Set<Map.Entry<String,Object>> |
getAttributeEntrySet() |
Enumeration<String> |
getAttributeNames() |
static Enumeration<String> |
getAttributeNamesCopy(Attributes attrs) |
Set<String> |
getAttributeNameSet() |
void |
removeAttribute(String name) |
void |
setAttribute(String name,
Object attribute) |
int |
size() |
String |
toString() |
public AttributesMap()
public AttributesMap(AttributesMap attributes)
public void removeAttribute(String name)
removeAttribute
in interface Attributes
public void setAttribute(String name, Object attribute)
setAttribute
in interface Attributes
public Object getAttribute(String name)
getAttribute
in interface Attributes
public Enumeration<String> getAttributeNames()
getAttributeNames
in interface Attributes
public static Enumeration<String> getAttributeNamesCopy(Attributes attrs)
public void clearAttributes()
clearAttributes
in interface Attributes
public int size()
public void addAll(Attributes attributes)
Copyright © 1995-2015 Webtide. All Rights Reserved.