com.colorful.atom
Class Summary

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

public class Summary
extends java.lang.Object

This class represents an Atom 1.0 summary element.

Author:
Bill Brown
                atomSummary = element atom:summary { 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.