com.colorful.atom
Class Generator

java.lang.Object
  extended by 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

Method Summary
 java.util.List<Attribute> getAttributes()
           
 java.lang.String getText()
           
 Attribute getUri()
           
 Attribute getVersion()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.