com.colorful.atom
Class Attribute
java.lang.Object
com.colorful.atom.Attribute
public class Attribute
- extends java.lang.Object
This class represents an Atom 1.0 attribute.
- Author:
- Bill Brown
atomCommonAttributes =
attribute xml:base { atomUri }?,
attribute xml:lang { atomLanguageTag }?,
undefinedAttribute*
- See Also:
- Atom Syndication Format
|
Method Summary |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getName()
|
java.lang.String |
getValue()
|
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getName
public java.lang.String getName()
- Returns:
- the name of this attribute
getValue
public java.lang.String getValue()
- Returns:
- the value of this attribute
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object