com.colorful.atom
Class Extension

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

public class Extension
extends java.lang.Object

This class represents an Atom 1.0 extension element.

Author:
Bill Brown
      simpleExtensionElement =
          element * - atom:* {
          text
          }
      
      structuredExtensionElement =
          element * - atom:* {
          (attribute * { text }+,
          (text|anyElement)*)
          | (attribute * { text }*,
          (text?, anyElement+, (text|anyElement)*))
          }
  
See Also:
Atom Syndication Format

Method Summary
 java.util.List<Attribute> getAttributes()
           
 java.lang.String getContent()
           
 java.lang.String getElementName()
           
 
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 attributes for this element.

getContent

public java.lang.String getContent()

getElementName

public java.lang.String getElementName()