org.planx.xmlstore
Interface Attribute

All Superinterfaces:
CharSequence, Comparable<Attribute>
All Known Implementing Classes:
DocAttribute, DVMAttribute

public interface Attribute
extends Comparable<Attribute>, CharSequence

The Attribute interface represents an attribute in an XML element.

Author:
Kasper Bøgebjerg, Henning Niss

Method Summary
 String getName()
          Returns the name of the attribute.
 String getValue()
          Returns the value of the attribute.
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface java.lang.CharSequence
charAt, length, subSequence, toString
 

Method Detail

getValue

String getValue()
Returns the value of the attribute.

Returns:
the value of the attribute

getName

String getName()
Returns the name of the attribute.

Returns:
the name of the attribute


Copyright © 2010. All Rights Reserved.