com.colorful.atom
Class Generator
java.lang.Object
com.colorful.atom.Generator
public class Generator
- extends java.lang.Object
This class represents an Atom 1.0 generator element.
- Author:
- Bill Brown
atomGenerator = element atom:generator {
atomCommonAttributes,
attribute uri { atomUri }?,
attribute version { text }?,
text
}
- See Also:
- Atom Syndication Format
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getAttributes
public java.util.List<Attribute> getAttributes()
- Returns:
- the category attribute list.
getUri
public Attribute getUri()
- Returns:
- the label attribute
getVersion
public Attribute getVersion()
- Returns:
- the scheme attribute
getText
public java.lang.String getText()
- Returns:
- the text content for this element.