public class AttributeSet extends Object
Constructor and Description |
---|
AttributeSet() |
Modifier and Type | Method and Description |
---|---|
ArrayList<Attribute> |
add(Attribute attribute) |
Attribute |
getAttribute(String name)
Retrieve the description of a global attribute with the given name.
|
String |
getAttributeValue(String name,
String delim)
Retrieve the value of a global attribute with the given name.
|
public Attribute getAttribute(String name)
name
- the name of the attributeAttribute
with the matching name or NULL if none found.public String getAttributeValue(String name, String delim)
name
- the name of the attributedelim
- the delimiter string to place between values.Copyright © 2014-2015 Regents University of California. All Rights Reserved.