org.apache.hivemind
Interface Attribute

All Known Implementing Classes:
AttributeImpl

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).

Author:
Howard Lewis Ship

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

java.lang.String getName()
Returns the name of the attribute.


getValue

java.lang.String getValue()
Returns the value of the attribute.