AtomEntry Type
An Atom entry as it is received from the Atom feed.
Remarks
When an Atom feed is parsed by the component, each item is parsed into an AtomEntry type.
Fields
AuthorEmail String |
This field contains the email address of the author. |
AuthorName String |
This field contains the name of the author. |
AuthorUri String |
This field contains the URI of the author. |
CategoryLabel String |
This field contains a textual description of the label for the category. |
CategoryScheme String |
This field identifies a categorization scheme. |
CategoryTerm String |
This field contains the category to which the entry or feed belongs. |
Content String |
This field contains the text contents of an Atom entry. |
ContentTextType int |
This field contains the text type of the content of the entry. Atom textual content can either be html, xhtml or text. |
ContributorEmail String |
This field contains the email address of the contributor. |
ContributorName String |
This field contains the name of the contributor. |
ContributorUri String |
This field contains the URI of the contributor. |
Copyright String |
This field is used a textual description of the copyright statement for the current ATOM feed |
Created String |
This field contains a Date value that indicates the time that the current entry was created. |
EntryXML String |
This field contains the full XML contents of the entry. Unless the properties of the AtomEntry are modified, this value will contain the original XML from the Atom feed. NOTE: When setting this field, the entire contents of the entry must be supplied including the entry tags. All previous entry values will be lost. |
Id String |
The Id conveys a permanent, universally unique identifier for an entry or feed. This contains an IRI as defined by RFC3987. |
Issued String |
This field contains a Date value that indicates the time that the current entry was issued. |
LinkHref String |
This field contains the location of the link. |
LinkHrefLang String |
This field contains the language of the content at the link. |
LinkLength String |
This field contains the length (in bytes) of the content at the link. |
LinkRel String |
This field indicates the relation of the linked content to the feed. The following relations are defined by RFC 4287.
|
LinkTitle String |
This field contains the title of the link. |
LinkType String |
This field contains the MIME type of the content at the link. |
Modified String |
This field contains a Date value that indicates the time in which the current entry was last modified. |
Published String |
This field contains the date that the entry was first created. |
Rights String |
This field contains information about the rights of the given entry. |
RightsTextType int |
Text type of the rights of the feed. Atom textual content can either be html, xhtml or text. |
Source String |
This field is used when an entry has been copied from one feed to another feed. It preserves all child element of the feed other than entries. |
Summary String |
This field contains a short textual description of the Atom entry. |
SummaryTextType int |
This field contains the text type of the summary of the entry. Atom textual content can either be html, xhtml or text. |
Title String |
This field contains the title of the current Atom Feed. Typically the title of the channel is similar to that of the web page where the Atom content is hosted. |
TitleTextType int |
This field contains the text type of the title of the feed. Atom textual content can either be html, xhtml or text. |
Updated String |
This field contains the date and time that the feed was updated. |
Constructors
public AtomEntry();
public AtomEntry(String title);
public AtomEntry(String title, String content);
public AtomEntry(String title, String content, String linkHref);