|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.pivot.xml.Element.ElementDictionary
public class Element.ElementDictionary
Dictionary representing the attributes declared by this element.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.apache.pivot.collections.Dictionary |
|---|
Dictionary.Pair<K,V> |
| Method Summary | |
|---|---|
boolean |
containsKey(String attributeName)
Tests for the existence of an attribute. |
String |
get(String attributeName)
Returns an attribute value. |
String |
put(String attributeName,
String value)
Sets an attribute value. |
String |
remove(String attributeName)
Removes an attribute. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String get(String attributeName)
get in interface Dictionary<String,String>attributeName -
public String put(String attributeName,
String value)
put in interface Dictionary<String,String>attributeName - value -
public String remove(String attributeName)
remove in interface Dictionary<String,String>attributeName -
public boolean containsKey(String attributeName)
containsKey in interface Dictionary<String,String>attributeName -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||