com.colorful.atom
Class Title

java.lang.Object
  extended by com.colorful.atom.Title

public class Title
extends java.lang.Object

This class represents an Atom 1.0 title element.

Author:
Bill Brown
                atomTitle = element atom:title { atomTextConstruct }
        
See Also:
Atom Syndication Format

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

Method Detail

getText

public java.lang.String getText()
Returns:
the text content for this element.

getAttributes

public java.util.List<Attribute> getAttributes()
Returns:
the attributes for this element.