Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.hivemind
Interface Attribute  view Attribute download Attribute.java


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.