|
|||||||||
| Home >> All >> org >> apache >> [ hivemind overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.hivemind
Interface Attribute

- public interface Attribute
An attribute that may be attached to a Element. Namespaces not (yet) supported. Some assumptions are made that Attribute objects are immutable (name and value will not change once created, or at least, once added to an Element).
| Method Summary | |
java.lang.String |
getName()
Returns the name of the attribute. |
java.lang.String |
getValue()
Returns the value of the attribute. |
| Method Detail |
getName
public java.lang.String getName()
- Returns the name of the attribute.
getValue
public java.lang.String getValue()
- Returns the value of the attribute.
|
|||||||||
| Home >> All >> org >> apache >> [ hivemind overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC