Package | Description |
---|---|
com.rometools.modules.activitystreams.types | |
com.rometools.modules.sle |
This is a module that supports the Microsoft Simple List Extensions.
|
com.rometools.opml.feed.opml |
This package represents the base objects for OPML support for ROME.
|
com.rometools.propono.atom.client | |
com.rometools.rome.feed | |
com.rometools.rome.feed.atom | |
com.rometools.rome.feed.rss | |
com.rometools.rome.feed.synd | |
com.rometools.rome.io.impl |
Modifier and Type | Class and Description |
---|---|
class |
ActivityObject |
class |
Article
The "article" Object type indicates that the Object is an article, such as a news article, a
knowledge base entry, or other similar construct.
|
class |
Audio
The "audio" Object type represents audio content.
|
class |
Bookmark
The "bookmark" Object type represents a pointer to some URL -- typically a web page.
|
class |
Comment
The "comment" object type represents a textual response to another object.
|
class |
Event
The "event" object type represents an event that occurs in a certain place during a particular
interval of time.
|
class |
File
The "file" Object type represents some document or other file with no additional machine-readable
semantics.
|
class |
Folder
The "folder" object type represents a collection of files or media objects.
|
class |
List
The "list" object type represents a collection of related objects.
|
class |
Note
The "note" Object type represents short-form text messages.
|
class |
Photo
The "photo" object type represents a graphical still image.
|
class |
PhotoAlbum
The "photo album" object type represents a collection of images.
|
class |
Place
The "place" object type represents a location on Earth.
|
class |
Playlist
The "playlist" object type represents an ordered list of time-based media items, such as video
and audio objects.
|
class |
Product
The "product" object type represents a commercial good or service.
|
class |
Review
The "review" object type represents a primarily prose-based commentary on another object.
|
class |
Service
The "service" Object type represents a website, personal website or blog, business, brand, or
other entity that performs some kind of work for other entities, people, or services, or acts as
kind of container for other objects.
|
class |
Song
The "song" Object type represents a song or a recording of a song.
|
class |
Status
The "status" Object type represents a human-readable update of the author's situation, mood,
location or other status.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Extendable> |
SleUtility.group(List<T> values,
Group[] groups)
Groups values by the groups from the SLE.
|
static <T extends Extendable> |
SleUtility.sort(List<T> values,
Sort sort,
boolean ascending)
Sorts a list of values based on a given sort field using a selection sort.
|
static <T extends Extendable> |
SleUtility.sortAndGroup(List<T> values,
Group[] groups,
Sort sort,
boolean ascending)
Sorts and groups a set of entries.
|
Modifier and Type | Class and Description |
---|---|
class |
Opml
This class represents the root of an OPML 1/2 feed and contains the elements that may appear in the <head> tag
of the feed.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientEntry
Deprecated.
Propono will be removed in Rome 2.
|
class |
ClientMediaEntry
Deprecated.
Propono will be removed in Rome 2.
|
Modifier and Type | Class and Description |
---|---|
class |
WireFeed
Parent class of the RSS (Channel) and Atom (Feed) feed beans.
|
Modifier and Type | Class and Description |
---|---|
class |
Entry
Bean for entry elements of Atom feeds.
|
class |
Feed
Bean for Atom feeds.
|
class |
Person
Bean for person elements of Atom feeds.
|
Modifier and Type | Class and Description |
---|---|
class |
Channel
Bean for RSS feeds.
|
class |
Item
Bean for items of RSS feeds.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SyndEntry
Bean interface for entries of SyndFeedImpl feeds.
|
interface |
SyndFeed
Bean interface for all types of feeds.
|
interface |
SyndPerson
Bean interface for authors and contributors of SyndFeedImpl feeds and entries.
|
Modifier and Type | Class and Description |
---|---|
class |
SyndEntryImpl
Bean for entries of SyndFeedImpl feeds.
|
class |
SyndFeedImpl
Bean for all types of feeds.
|
class |
SyndPersonImpl
Bean for authors and contributors of SyndFeedImpl feeds and entries.
|
Modifier and Type | Method and Description |
---|---|
protected List<org.jdom2.Element> |
BaseWireFeedParser.extractForeignMarkup(org.jdom2.Element e,
Extendable ext,
org.jdom2.Namespace namespace) |
Copyright © 2020. All rights reserved.