|
|||||||||
| Home >> All >> com >> fm >> [ rss overview ] | PREV NEXT | ||||||||
A
- addChannel(rssChannel) - Method in class com.fm.rss.rssChannelCategory
- Adds new channel to the channel list
- addItem(rssItem) - Method in class com.fm.rss.rssChannel
- Adds new RSS item to the channel's item list
- addSubCategory(rssChannelCategory) - Method in class com.fm.rss.rssChannelCategory
- Adds new category to the sub categories list
- author - Variable in class com.fm.rss.rssItem
- item content author
C
- ChannelStorage - interface com.fm.rss.ChannelStorage.
- Defines interface required from the channel storage.
- categories - Variable in class com.fm.rss.fsChannelStorage
- channelStorageFactory - class com.fm.rss.channelStorageFactory.
- Defines a factory API that enables applications to configure and obtain a channel storage entity.
- channelStorageFactory() - Constructor for class com.fm.rss.channelStorageFactory
- channels - Variable in class com.fm.rss.rssChannelCategory
- com.fm.rss - package com.fm.rss
- createAttribute(String) - Method in class com.fm.rss.documentAdapter
- See
org.w3c.dom.Documentinterface for details - createAttributeNS(String, String) - Method in class com.fm.rss.documentAdapter
- See
org.w3c.dom.Documentinterface for details - createCDATASection(String) - Method in class com.fm.rss.documentAdapter
- See
org.w3c.dom.Documentinterface for details - createComment(String) - Method in class com.fm.rss.documentAdapter
- See
org.w3c.dom.Documentinterface for details - createDocumentFragment() - Method in class com.fm.rss.documentAdapter
- See
org.w3c.dom.Documentinterface for details - createElement(String) - Method in class com.fm.rss.documentAdapter
- Same functionality and behaviour as defined by Document interface.
- createElement(String, String, String) - Method in class com.fm.rss.documentAdapter
- Creates element with specified namespace URI and prefix
- createElementNS(String, String) - Method in class com.fm.rss.documentAdapter
- Same functionality and behaviour as defined by Document interface
- createEntityReference(String) - Method in class com.fm.rss.documentAdapter
- See
org.w3c.dom.Documentinterface for details - createNamespace(String, String) - Method in class com.fm.rss.documentAdapter
- Adds namespace declaration attribute to the root element of the document.
- createProcessingInstruction(String, String) - Method in class com.fm.rss.documentAdapter
- See
org.w3c.dom.Documentinterface for details - createTextNode(String) - Method in class com.fm.rss.documentAdapter
- See
org.w3c.dom.Documentinterface for details - creator - Variable in class com.fm.rss.rssChannel
- channel RSS feed source URI
D
- DCTERMS_NAMESPACE_URI - Static variable in class com.fm.rss.documentAdapter
- DC_COMPLETE_PATTERN - Static variable in class com.fm.rss.rssDateHandler
- DC_NAMESPACE_URI - Static variable in class com.fm.rss.documentAdapter
- DC_YEAR_MONTH_DAY_PATTERN - Static variable in class com.fm.rss.rssDateHandler
- DC_YEAR_MONTH_PATTERN - Static variable in class com.fm.rss.rssDateHandler
- DC_YEAR_PATTERN - Static variable in class com.fm.rss.rssDateHandler
- DEFAULT_SOURCE_NAME - Static variable in class com.fm.rss.fsChannelStorage
- DESTINATION - Static variable in interface com.fm.rss.ChannelStorage
- Name for the storage destination parameter value
- dateCreated - Variable in class com.fm.rss.rssAbstractEntry
- dateFormatter - Static variable in class com.fm.rss.rssDateHandler
- dateToString(Date, String) - Static method in class com.fm.rss.rssDateHandler
- Convert date to string
- description - Variable in class com.fm.rss.rssAbstractEntry
- docAdapter - Static variable in class com.fm.rss.rssAbstractEntry
- document - Variable in class com.fm.rss.documentAdapter
- documentAdapter - class com.fm.rss.documentAdapter.
- Extends w3c.dom.Document interface functionality.
- documentAdapter(Document) - Constructor for class com.fm.rss.documentAdapter
- Default constructor.
E
- equals(Object) - Method in class com.fm.rss.rssAbstractEntry
- Overrides equals
F
- filterItems(RssItemFilter) - Method in interface com.fm.rss.ItemContainer
- Filter items using specified filter
- filterItems() - Method in class com.fm.rss.rssChannel
- Filter items
- filterItems(RssItemFilter) - Method in class com.fm.rss.rssChannel
- Filter items using specified filter
- filterItems(RssItemFilter) - Method in class com.fm.rss.rssChannelCategory
- Filter items using specified filter
- fsChannelStorage - class com.fm.rss.fsChannelStorage.
- File system channel storage.
- fsChannelStorage() - Constructor for class com.fm.rss.fsChannelStorage
- Default constructor
G
- generateID() - Method in class com.fm.rss.rssAbstractEntry
- Generic unique ID computation.
- generateID() - Method in class com.fm.rss.rssItem
- RSS item specific ID computation.
- getAuthor() - Method in class com.fm.rss.rssItem
- Get item author
- getCategories() - Method in interface com.fm.rss.ChannelStorage
- Return list of the channel categories
- getCategories() - Method in class com.fm.rss.fsChannelStorage
- Return list of the channel categories
- getChannels() - Method in class com.fm.rss.fsChannelStorage
- Returns plain list of the channel entries reqtreived from existing categories
- getChannels() - Method in class com.fm.rss.rssChannelCategory
- Returns channels as a list
- getCreator() - Method in class com.fm.rss.rssChannel
- getDateCreated() - Method in class com.fm.rss.rssAbstractEntry
- Returns string with a date when entry was created
- getDateInstanceFromDC(String) - Static method in class com.fm.rss.rssDateHandler
- Parse and convert DublinCore date(rfc822) into Date object
- getDateInstanceFromRSS(String) - Static method in class com.fm.rss.rssDateHandler
- Parse and convert DublinCore date(rfc822) into Date object
- getDefaultSource() - Method in interface com.fm.rss.ChannelStorage
- Return implementation specific default source.
- getDefaultSource() - Method in class com.fm.rss.fsChannelStorage
- Return name of the default file from which data should be loaded
- getDescription() - Method in class com.fm.rss.rssAbstractEntry
- Returns entry description as a string
- getDoctype() - Method in class com.fm.rss.documentAdapter
- See
org.w3c.dom.Documentinterface for details - getDocumentElement() - Method in class com.fm.rss.documentAdapter
- See
org.w3c.dom.Documentinterface for details - getElementById(String) - Method in class com.fm.rss.documentAdapter
- See
org.w3c.dom.Documentinterface for details - getElementsByTagName(String) - Method in class com.fm.rss.documentAdapter
- See
org.w3c.dom.Documentinterface for details - getElementsByTagNameNS(String, String) - Method in class com.fm.rss.documentAdapter
- See
org.w3c.dom.Documentinterface for details - getID() - Method in class com.fm.rss.rssAbstractEntry
- Returns entry ID as a string
- getImageLink() - Method in class com.fm.rss.rssChannel
- getImageTitle() - Method in class com.fm.rss.rssChannel
- getImageURL() - Method in class com.fm.rss.rssChannel
- getImplementation() - Method in class com.fm.rss.documentAdapter
- See
org.w3c.dom.Documentinterface for details - getItemVector() - Method in class com.fm.rss.rssChannel
- Return Vector of the items Items are unsorted and if user wants the sorted list, the sorting filter should be applied.
- getItems() - Method in interface com.fm.rss.ItemContainer
- Returns list of the container items
- getItems() - Method in class com.fm.rss.rssChannel
- Returns Map of the channel items.
- getItems() - Method in class com.fm.rss.rssChannelCategory
- Returns list of the container items
- getKeepPeriod() - Method in class com.fm.rss.rssChannel
- Get keep period in days
- getLanguage() - Method in class com.fm.rss.rssChannel
- getLink() - Method in class com.fm.rss.rssChannel
- getLink() - Method in class com.fm.rss.rssItem
- getParamValue(String) - Method in interface com.fm.rss.ChannelStorage
- Return value of the configuration param.
- getParamValue(String) - Method in class com.fm.rss.channelStorageFactory
- Get configuration param values.
- getParamValue(String) - Method in class com.fm.rss.fsChannelStorage
- Return value of the configuration param.
- getParentID() - Method in class com.fm.rss.rssItem
- Get parent channel ID
- getParentTitle() - Method in class com.fm.rss.rssItem
- Get parent channel title
- getSource() - Method in class com.fm.rss.rssChannel
- getSubCategories() - Method in class com.fm.rss.rssChannelCategory
- Returns sub categories as a list
- getSubject() - Method in class com.fm.rss.rssItem
- getTitle() - Method in class com.fm.rss.rssAbstractEntry
- Returns entry title as a string
- getTtl() - Method in class com.fm.rss.rssChannel
H
- hashCode() - Method in class com.fm.rss.rssAbstractEntry
- Returns a hash code value for the RSS entity.
I
- ItemContainer - interface com.fm.rss.ItemContainer.
- Defines obligatory interface for the item containers
- idHash - Variable in class com.fm.rss.rssAbstractEntry
- imageLink - Variable in class com.fm.rss.rssChannel
- imageTitle - Variable in class com.fm.rss.rssChannel
- number of minutes a channel may be cached
- imageURL - Variable in class com.fm.rss.rssChannel
- image title if image element is present, empty string otherwise
- importNode(Node, boolean) - Method in class com.fm.rss.documentAdapter
- See
org.w3c.dom.Documentinterface for details - isFresh() - Method in class com.fm.rss.rssChannel
- Returns true if channel has unread(fresh) items
- isFresh - Variable in class com.fm.rss.rssItem
- Item freshness flag (true if item hasn't been read)
- isStandalone() - Method in class com.fm.rss.documentAdapter
- Returns 'standalone' attribute value of a XML document
- isStandalone(boolean) - Method in class com.fm.rss.documentAdapter
- Returns boolean true if XML document is standalone, false otherwise
- isUpdateOperation - Variable in class com.fm.rss.rssChannel
- number of days item may be stored.
- itemList - Variable in class com.fm.rss.rssChannel
K
- keepPeriod - Variable in class com.fm.rss.rssChannel
L
- language - Variable in class com.fm.rss.rssChannel
- channel source URI
- link - Variable in class com.fm.rss.rssChannel
- array of the channels items
- link - Variable in class com.fm.rss.rssItem
- Unique link to the item, serves as ID
- load() - Method in interface com.fm.rss.ChannelStorage
- Loads current state from the source
- load() - Method in class com.fm.rss.fsChannelStorage
- Loads state of the storage from the source.
M
- MAX_KEEP_PERIOD - Static variable in class com.fm.rss.rssChannel
N
- newInstance() - Static method in class com.fm.rss.channelStorageFactory
- newInstance() - Static method in class com.fm.rss.documentAdapter
- Obtain new instance of the adapter.
- newInstance(boolean, boolean) - Static method in class com.fm.rss.documentAdapter
- Obtain new instance of the adapter.
- newInstance(String, boolean, boolean) - Static method in class com.fm.rss.documentAdapter
- Obtain new instance of the adapter from the document specified by URI.
- newStorageInstance() - Method in class com.fm.rss.channelStorageFactory
- Create new ChannelStorage instance
O
- OUTPUT_FILTER - Static variable in interface com.fm.rss.ChannelStorage
- Name for output filter parameter value
- OUTPUT_PATTERN - Static variable in class com.fm.rss.rssDateHandler
P
- params - Variable in class com.fm.rss.channelStorageFactory
- params - Variable in class com.fm.rss.fsChannelStorage
- parentID - Variable in class com.fm.rss.rssItem
- parentTitle - Variable in class com.fm.rss.rssItem
- Only for search operations (not persistent, not saved to storage)
- parse(Element) - Method in class com.fm.rss.rssAbstractEntry
- Parse content of the given document element and extract all entry related data.
- parse(String) - Method in class com.fm.rss.rssAbstractEntry
- Parse content of the resourse and extract all entry related data.
- parse(InputSource) - Method in class com.fm.rss.rssAbstractEntry
- Parse content of the given input source and extract all entry related data.
- parse(Element) - Method in class com.fm.rss.rssChannel
- Parse given Element object and initialize channel params and item list.
- parse(Element) - Method in class com.fm.rss.rssChannelCategory
- Parse Element object and initialize category properties and channel list.
- parse(Element) - Method in class com.fm.rss.rssItem
- Parse the content of the given document element and extract all entry related data.
- parseJNRFormat(Element) - Method in class com.fm.rss.rssChannel
- Parse element object representing RSS channel encoded using RSS v1 specification
- parseRSSv1(Element) - Method in class com.fm.rss.rssChannel
- Parse element object representing RSS channel encoded using RSS v1 specification
- parseRSSv2(Element) - Method in class com.fm.rss.rssChannel
- Parse element object representing RSS channels in RSSv2 (and >= 0.91) format.
R
- RSS2_COMPLETE_PATTERN - Static variable in class com.fm.rss.rssDateHandler
- RSS2_SHORT_PATTERN - Static variable in class com.fm.rss.rssDateHandler
- RSS_OUTPUT_PATTERN - Static variable in class com.fm.rss.rssDateHandler
- removeChannel(rssChannel) - Method in class com.fm.rss.rssChannelCategory
- Removes channel specified by ID from channels
- removeRootNode() - Method in class com.fm.rss.documentAdapter
- Remove root document
- removeSubCategory(rssChannelCategory) - Method in class com.fm.rss.rssChannelCategory
- Removes sub category specified by ID from sub categories
- replaceChannel(int, rssChannel) - Method in class com.fm.rss.rssChannelCategory
- Replaces channel specified by ID with given one
- replaceSubCategory(int, rssChannelCategory) - Method in class com.fm.rss.rssChannelCategory
- Replaces sub category specified by ID with given one
- rssAbstractEntry - class com.fm.rss.rssAbstractEntry.
- Defines common behavior for channels,items and channel categories
- rssAbstractEntry() - Constructor for class com.fm.rss.rssAbstractEntry
- rssChannel - class com.fm.rss.rssChannel.
- Entities of the class represent RSS channels.
- rssChannel() - Constructor for class com.fm.rss.rssChannel
- enough days for human history
- rssChannelCategory - class com.fm.rss.rssChannelCategory.
- Container for RSS channel entities.
- rssChannelCategory() - Constructor for class com.fm.rss.rssChannelCategory
- Default constructor
- rssChannelCategory(String, String) - Constructor for class com.fm.rss.rssChannelCategory
- Constructs category using given title and description and ID
- rssDateHandler - class com.fm.rss.rssDateHandler.
- Handles RSS dates
- rssDateHandler() - Constructor for class com.fm.rss.rssDateHandler
- rssItem - class com.fm.rss.rssItem.
- RSS item
- rssItem() - Constructor for class com.fm.rss.rssItem
- Dedault constructor.
- rssParseException - exception com.fm.rss.rssParseException.
- RSS entry parse exception.
- rssParseException(String) - Constructor for class com.fm.rss.rssParseException
- Constructor
- rssParseException(String, Throwable) - Constructor for class com.fm.rss.rssParseException
- Constructor
- rssParseException(Throwable) - Constructor for class com.fm.rss.rssParseException
- Constructor
S
- SOURCE - Static variable in interface com.fm.rss.ChannelStorage
- Name for the storage source parameter value
- save() - Method in interface com.fm.rss.ChannelStorage
- Saves current state to destination (destination depends on implementation)
- save() - Method in class com.fm.rss.fsChannelStorage
- Saves state of the storage to disk.
- setAuthor(String) - Method in class com.fm.rss.rssItem
- Set item author
- setCategories(Map) - Method in interface com.fm.rss.ChannelStorage
- Set list of the existing categories to a given value
- setCategories(Map) - Method in class com.fm.rss.fsChannelStorage
- Set list of the existing categories to given value
- setCreator(String) - Method in class com.fm.rss.rssChannel
- setDateCreated(Date) - Method in class com.fm.rss.rssAbstractEntry
- Sets date of creation for the entry
- setDescription(String) - Method in class com.fm.rss.rssAbstractEntry
- Sets entry title from given string
- setDescription(String) - Method in class com.fm.rss.rssChannel
- Overrides default from AbstractEntry
- setDocumentElement(Element) - Method in class com.fm.rss.documentAdapter
- Sets specified element as a root element in the document.
- setDocumentEncoding(String) - Method in class com.fm.rss.documentAdapter
- Sets document encoding attribute.
- setID(int) - Method in class com.fm.rss.rssAbstractEntry
- Sets entry unique ID from given string
- setImageLink(String) - Method in class com.fm.rss.rssChannel
- setImageTitle(String) - Method in class com.fm.rss.rssChannel
- setImageURL(String) - Method in class com.fm.rss.rssChannel
- setItemList(Map) - Method in class com.fm.rss.rssChannel
- Replaces the channel's item list with given one.
- setKeepPeriod(int) - Method in class com.fm.rss.rssChannel
- Set keep period in days
- setLanguage(String) - Method in class com.fm.rss.rssChannel
- setLink(String) - Method in class com.fm.rss.rssChannel
- setLink(String) - Method in class com.fm.rss.rssItem
- Set item link
- setParamValue(String, Object) - Method in interface com.fm.rss.ChannelStorage
- Set configuration param.
- setParamValue(String, Object) - Method in class com.fm.rss.channelStorageFactory
- Set configuration param.
- setParamValue(String, Object) - Method in class com.fm.rss.fsChannelStorage
- Set configuration param.
- setParentInfo(int, String) - Method in class com.fm.rss.rssItem
- Set parent ID and title
- setSource(String) - Method in class com.fm.rss.rssChannel
- setSubject(String) - Method in class com.fm.rss.rssItem
- Set item subject
- setTitle(String) - Method in class com.fm.rss.rssAbstractEntry
- Sets entry title from given string
- setTitle(String) - Method in class com.fm.rss.rssChannel
- Overrides default from AbstractEntry
- setTtl(int) - Method in class com.fm.rss.rssChannel
- source - Variable in class com.fm.rss.rssChannel
- channel parent URI
- standalone - Variable in class com.fm.rss.documentAdapter
- subCategories - Variable in class com.fm.rss.rssChannelCategory
- subject - Variable in class com.fm.rss.rssItem
- dc:subject or category of the item
T
- title - Variable in class com.fm.rss.rssAbstractEntry
- toDomElement() - Method in class com.fm.rss.rssAbstractEntry
- Returns entry as DOM element
- toDomElement() - Method in class com.fm.rss.rssChannel
- Returns channel as XML document element
- toDomElement() - Method in class com.fm.rss.rssChannelCategory
- Return item container as element of XML document
- toDomElement() - Method in class com.fm.rss.rssItem
- toString() - Method in class com.fm.rss.rssAbstractEntry
- Returns string representation of the item container
- ttl - Variable in class com.fm.rss.rssChannel
- channel source URI
U
- update() - Method in class com.fm.rss.rssChannel
- Update channel items.
- update() - Method in class com.fm.rss.rssChannelCategory
- Update category channels.
V
- version - Variable in class com.fm.rss.rssChannelCategory
X
- XMLNS_NAMESPACE_URI - Static variable in class com.fm.rss.documentAdapter
- XML_NAMESPACE_URI - Static variable in class com.fm.rss.documentAdapter
A C D E F G H I K L M N O P R S T U V X
|
|||||||||
| Home >> All >> com >> fm >> [ rss overview ] | PREV NEXT | ||||||||