A B C D E F G H I L M N O P R S T U W X Y

A

ALTERNATE - Static variable in class com.sun.syndication.feed.atom.Link
 
add(int, Object) - Method in class com.sun.syndication.feed.synd.SyndCategoryListFacade
Adds a category to the list.

B

BASE64 - Static variable in class com.sun.syndication.feed.atom.Content
 
beanClone() - Method in class com.sun.syndication.common.CloneableBean
Makes a deep bean clone of the object passed in the constructor.
beanEquals(Object) - Method in class com.sun.syndication.common.EqualsBean
Indicates whether some other object is "equal to" the object passed in the constructor, as defined by the Object equals() method.
beanHashCode() - Method in class com.sun.syndication.common.EqualsBean
Returns the hashcode for the object passed in the constructor.
build(File) - Method in class com.sun.syndication.io.SyndFeedInput
Builds SyndFeed from a file.
build(InputStream) - Method in class com.sun.syndication.io.SyndFeedInput
Builds SyndFeed from an InputStream.
build(Reader) - Method in class com.sun.syndication.io.SyndFeedInput
Builds SyndFeed from an Reader.
build(InputSource) - Method in class com.sun.syndication.io.SyndFeedInput
Builds SyndFeed from an W3C SAX InputSource.
build(Document) - Method in class com.sun.syndication.io.SyndFeedInput
Builds SyndFeed from an W3C DOM document.
build(Document) - Method in class com.sun.syndication.io.SyndFeedInput
Builds SyndFeed from an JDOM document.
build(File) - Method in class com.sun.syndication.io.WireFeedInput
Builds an WireFeed (RSS or Atom) from a file.
build(InputStream) - Method in class com.sun.syndication.io.WireFeedInput
Builds an WireFeed (RSS or Atom) from an InputStream.
build(Reader) - Method in class com.sun.syndication.io.WireFeedInput
Builds an WireFeed (RSS or Atom) from an Reader.
build(InputSource) - Method in class com.sun.syndication.io.WireFeedInput
Builds an WireFeed (RSS or Atom) from an W3C SAX InputSource.
build(Document) - Method in class com.sun.syndication.io.WireFeedInput
Builds an WireFeed (RSS or Atom) from an W3C DOM document.
build(Document) - Method in class com.sun.syndication.io.WireFeedInput
Builds an WireFeed (RSS or Atom) from an JDOM document.

C

Category - class com.sun.syndication.feed.rss.Category.
Bean for categories of RSS feeds.
Category() - Constructor for class com.sun.syndication.feed.rss.Category
Default constructor.
Channel - class com.sun.syndication.feed.rss.Channel.
Bean for RSS feeds.
Channel() - Constructor for class com.sun.syndication.feed.rss.Channel
Default constructor, for bean cloning purposes only.
Channel(String) - Constructor for class com.sun.syndication.feed.rss.Channel
Channel Constructor.
Channel.Day - class com.sun.syndication.feed.rss.Channel.Day.
Enumeration type for the 'skipDays' property of RSS Channels.
CloneableBean - class com.sun.syndication.common.CloneableBean.
Provides deep Bean clonning support.
CloneableBean() - Constructor for class com.sun.syndication.common.CloneableBean
Default constructor.
CloneableBean(Object) - Constructor for class com.sun.syndication.common.CloneableBean
Creates a CloneableBean to be used in a delegation pattern.
Cloud - class com.sun.syndication.feed.rss.Cloud.
Bean for clouds of RSS feeds.
Cloud() - Constructor for class com.sun.syndication.feed.rss.Cloud
Default constructor.
Content - class com.sun.syndication.feed.atom.Content.
Bean for content elements of Atom feeds.
Content() - Constructor for class com.sun.syndication.feed.atom.Content
Default constructor.
Content.Mode - class com.sun.syndication.feed.atom.Content.Mode.
Enumeration type for the 'mode' property of Atom content elements.
Converter - interface com.sun.syndication.feed.synd.Converter.
Interface that defines the functionality to convert a SyndFeed to a real feed (RSS or Atom) and vice versa.
clone() - Method in class com.sun.syndication.common.CloneableBean
Makes a deep bean clone of the object.
clone() - Method in class com.sun.syndication.common.Enum
Clones the Enum.
clone() - Method in class com.sun.syndication.common.ObjectBean
Creates a deep 'bean' clone of the object.
clone() - Method in interface com.sun.syndication.feed.module.DCSubjectI
Creates a deep clone of the object.
clone() - Method in interface com.sun.syndication.feed.module.ModuleI
Creates a deep clone of the object.
clone() - Method in interface com.sun.syndication.feed.synd.SyndCategoryI
Creates a deep clone of the object.
clone() - Method in interface com.sun.syndication.feed.synd.SyndContentI
Creates a deep clone of the object.
clone() - Method in interface com.sun.syndication.feed.synd.SyndEntryI
Creates a deep clone of the object.
clone() - Method in interface com.sun.syndication.feed.synd.SyndFeedI
Creates a deep clone of the object.
clone() - Method in interface com.sun.syndication.feed.synd.SyndImageI
Creates a deep clone of the object.
com.sun.syndication.common - package com.sun.syndication.common
 
com.sun.syndication.feed - package com.sun.syndication.feed
 
com.sun.syndication.feed.atom - package com.sun.syndication.feed.atom
 
com.sun.syndication.feed.module - package com.sun.syndication.feed.module
 
com.sun.syndication.feed.rss - package com.sun.syndication.feed.rss
 
com.sun.syndication.feed.synd - package com.sun.syndication.feed.synd
 
com.sun.syndication.io - package com.sun.syndication.io
 
convertElementsSyndCategoryToSubject(List) - Static method in class com.sun.syndication.feed.synd.SyndCategoryListFacade
Returns a list with the DCSubjectI elements of the SyndCategory list facade.
copyInto(WireFeed, SyndFeedI) - Method in interface com.sun.syndication.feed.synd.Converter
Makes a deep copy/conversion of the values of a real feed into a SyndFeed.
createRealFeed(SyndFeedI) - Method in interface com.sun.syndication.feed.synd.Converter
Creates real feed with a deep copy/conversion of the values of a SyndFeed.
createWireFeed() - Method in class com.sun.syndication.feed.synd.SyndFeed
Creates a real feed containing the information of the SyndFeed.
createWireFeed(String) - Method in class com.sun.syndication.feed.synd.SyndFeed
Creates a real feed containing the information of the SyndFeed.
createWireFeed() - Method in interface com.sun.syndication.feed.synd.SyndFeedI
Creates a rea feed containing the information of the SyndFeed.
createWireFeed(String) - Method in interface com.sun.syndication.feed.synd.SyndFeedI
Creates a real feed containing the information of the SyndFeed.

D

DAILY - Static variable in interface com.sun.syndication.feed.module.SyModuleI
 
DCModule - class com.sun.syndication.feed.module.DCModule.
Dublin Core Module, default implementation.
DCModule() - Constructor for class com.sun.syndication.feed.module.DCModule
Default constructor.
DCModuleI - interface com.sun.syndication.feed.module.DCModuleI.
Dublin Core Module.
DCSubject - class com.sun.syndication.feed.module.DCSubject.
Subject of the Dublin Core Module, default implementation.
DCSubject() - Constructor for class com.sun.syndication.feed.module.DCSubject
Default constructor.
DCSubjectI - interface com.sun.syndication.feed.module.DCSubjectI.
Subject of the Dublin Core Module.
Description - class com.sun.syndication.feed.rss.Description.
Bean for item descriptions of RSS feeds.
Description() - Constructor for class com.sun.syndication.feed.rss.Description
Default constructor.

E

ESCAPED - Static variable in class com.sun.syndication.feed.atom.Content
 
Enclosure - class com.sun.syndication.feed.rss.Enclosure.
Bean for item enclosures of RSS feeds.
Enclosure() - Constructor for class com.sun.syndication.feed.rss.Enclosure
Default constructor.
Entry - class com.sun.syndication.feed.atom.Entry.
Bean for entry elements of Atom feeds.
Entry() - Constructor for class com.sun.syndication.feed.atom.Entry
Default constructor.
Enum - class com.sun.syndication.common.Enum.
Base class for enumerations (to bad is too early for Java 1.5).
Enum(String) - Constructor for class com.sun.syndication.common.Enum
Creates an Enum object with the given name.
EqualsBean - class com.sun.syndication.common.EqualsBean.
Provides deep Bean equals() and hashCode() functionality for Java Beans.
EqualsBean() - Constructor for class com.sun.syndication.common.EqualsBean
Default constructor.
EqualsBean(Object) - Constructor for class com.sun.syndication.common.EqualsBean
Creates a EqualsBean to be used in a delegation pattern.
equals(Object) - Method in class com.sun.syndication.common.Enum
Indicates whether some other Enum is "equal to" this one as defined by the Object equals() method.
equals(Object) - Method in class com.sun.syndication.common.EqualsBean
Indicates whether some other object is "equal to" this object as defined by the Object equals() method.
equals(Object) - Method in class com.sun.syndication.common.ObjectBean
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.

F

FRIDAY - Static variable in class com.sun.syndication.feed.rss.Channel
 
Feed - class com.sun.syndication.feed.atom.Feed.
Bean for Atom feeds.
Feed() - Constructor for class com.sun.syndication.feed.atom.Feed
Default constructor, for bean cloning purposes only.
Feed(String) - Constructor for class com.sun.syndication.feed.atom.Feed
Feed Constructor.
FeedException - exception com.sun.syndication.io.FeedException.
Exception thrown by WireFeedInput, WireFeedOutput, WireFeedParser and WireFeedGenerator instances if they can not parse or generate a feed.
FeedException(String) - Constructor for class com.sun.syndication.io.FeedException
Creates a FeedException with a message.
FeedException(String, Throwable) - Constructor for class com.sun.syndication.io.FeedException
Creates a FeedException with a message and a root cause exception.

G

Generator - class com.sun.syndication.feed.atom.Generator.
Bean for the generator element of Atom feeds.
Generator() - Constructor for class com.sun.syndication.feed.atom.Generator
Default constructor.
Guid - class com.sun.syndication.feed.rss.Guid.
Bean for item GUIDs of RSS feeds.
Guid() - Constructor for class com.sun.syndication.feed.rss.Guid
Default constructor.
generate(ModuleI, Element) - Method in interface com.sun.syndication.io.ModuleGenerator
Generates and injectts module metadata in a XML node (JDOM element).
generate(WireFeed) - Method in interface com.sun.syndication.io.WireFeedGenerator
Creates an XML document (JDOM) for the given feed bean.
get(int) - Method in class com.sun.syndication.feed.synd.SyndCategoryListFacade
Gets the category by index.
getAlternateLinks() - Method in class com.sun.syndication.feed.atom.Entry
Returns the entry alternate links.
getAlternateLinks() - Method in class com.sun.syndication.feed.atom.Feed
Returns the feed alternate links.
getAuthor() - Method in class com.sun.syndication.feed.atom.Entry
Returns the entry author.
getAuthor() - Method in class com.sun.syndication.feed.atom.Feed
Returns the feed author.
getAuthor() - Method in class com.sun.syndication.feed.rss.Item
Returns the item author.
getAuthor() - Method in class com.sun.syndication.feed.synd.SyndEntry
Returns the entry author.
getAuthor() - Method in interface com.sun.syndication.feed.synd.SyndEntryI
Returns the entry author.
getAuthor() - Method in class com.sun.syndication.feed.synd.SyndFeed
Returns the feed author.
getAuthor() - Method in interface com.sun.syndication.feed.synd.SyndFeedI
Returns the feed author.
getCategories() - Method in class com.sun.syndication.feed.rss.Channel
Returns the channel categories.
getCategories() - Method in class com.sun.syndication.feed.rss.Item
Returns the item categories.
getCategories() - Method in class com.sun.syndication.feed.synd.SyndEntry
Returns the entry categories.
getCategories() - Method in interface com.sun.syndication.feed.synd.SyndEntryI
Returns the entry categories.
getCategories() - Method in class com.sun.syndication.feed.synd.SyndFeed
Returns the feed categories.
getCategories() - Method in interface com.sun.syndication.feed.synd.SyndFeedI
Returns the feed categories.
getCloud() - Method in class com.sun.syndication.feed.rss.Channel
Returns the channel cloud.
getComments() - Method in class com.sun.syndication.feed.rss.Item
Returns the item comments.
getContents() - Method in class com.sun.syndication.feed.atom.Entry
Returns the entry contents.
getContents() - Method in class com.sun.syndication.feed.synd.SyndEntry
Returns the entry contents.
getContents() - Method in interface com.sun.syndication.feed.synd.SyndEntryI
Returns the entry contents.
getContributors() - Method in class com.sun.syndication.feed.atom.Entry
Returns the entry contributors.
getContributors() - Method in class com.sun.syndication.feed.atom.Feed
Returns the feed contributors.
getContributors() - Method in class com.sun.syndication.feed.module.DCModule
Returns the DublinCore module contributors.
getContributors() - Method in interface com.sun.syndication.feed.module.DCModuleI
Returns the DublinCore module contributors.
getCopyright() - Method in class com.sun.syndication.feed.atom.Feed
Returns the feed copyright.
getCopyright() - Method in class com.sun.syndication.feed.rss.Channel
Returns the channel copyright.
getCopyright() - Method in class com.sun.syndication.feed.synd.SyndFeed
Returns the feed copyright.
getCopyright() - Method in interface com.sun.syndication.feed.synd.SyndFeedI
Returns the feed copyright.
getCoverage() - Method in class com.sun.syndication.feed.module.DCModule
Returns the DublinCore module coverage.
getCoverage() - Method in interface com.sun.syndication.feed.module.DCModuleI
Returns the DublinCore module coverage.
getCreated() - Method in class com.sun.syndication.feed.atom.Entry
Returns the entry created date.
getCreator() - Method in class com.sun.syndication.feed.module.DCModule
Returns the DublinCore module creator.
getCreator() - Method in interface com.sun.syndication.feed.module.DCModuleI
Returns the DublinCore module creator.
getDate() - Method in class com.sun.syndication.feed.module.DCModule
Returns the DublinCore module date.
getDate() - Method in interface com.sun.syndication.feed.module.DCModuleI
Returns the DublinCore module date.
getDescription() - Method in class com.sun.syndication.feed.module.DCModule
Returns the DublinCore module description.
getDescription() - Method in interface com.sun.syndication.feed.module.DCModuleI
Returns the DublinCore module description.
getDescription() - Method in class com.sun.syndication.feed.rss.Channel
Returns the channel description.
getDescription() - Method in class com.sun.syndication.feed.rss.Image
Returns the image description.
getDescription() - Method in class com.sun.syndication.feed.rss.Item
Returns the item description.
getDescription() - Method in class com.sun.syndication.feed.rss.TextInput
Returns the text input description.
getDescription() - Method in class com.sun.syndication.feed.synd.SyndEntry
Returns the entry description.
getDescription() - Method in interface com.sun.syndication.feed.synd.SyndEntryI
Returns the entry description.
getDescription() - Method in class com.sun.syndication.feed.synd.SyndFeed
Returns the feed description.
getDescription() - Method in interface com.sun.syndication.feed.synd.SyndFeedI
Returns the feed description.
getDescription() - Method in class com.sun.syndication.feed.synd.SyndImage
Returns the image description.
getDescription() - Method in interface com.sun.syndication.feed.synd.SyndImageI
Returns the image description.
getDocs() - Method in class com.sun.syndication.feed.rss.Channel
Returns the channel docs.
getDomain() - Method in class com.sun.syndication.feed.rss.Category
Returns the category domain.
getDomain() - Method in class com.sun.syndication.feed.rss.Cloud
Returns the cloud domain.
getEmail() - Method in class com.sun.syndication.feed.atom.Person
Returns the person email.
getEnclosures() - Method in class com.sun.syndication.feed.rss.Item
Returns the item enclosures.
getEntries() - Method in class com.sun.syndication.feed.atom.Feed
Returns the feed entries.
getEntries() - Method in class com.sun.syndication.feed.synd.SyndFeed
Returns the feed entries.
getEntries() - Method in interface com.sun.syndication.feed.synd.SyndFeedI
Returns the feed entries.
getExpirationDate() - Method in class com.sun.syndication.feed.rss.Item
Returns the item expiration date.
getFeedType() - Method in class com.sun.syndication.feed.WireFeed
Returns the type of the feed.
getFeedType() - Method in class com.sun.syndication.feed.synd.SyndFeed
Returns the wire feed type the feed had/will-have when coverted from/to a WireFeed.
getFeedType() - Method in interface com.sun.syndication.feed.synd.SyndFeedI
Returns the wire feed type the feed had/will-have when coverted from/to a WireFeed.
getFormat() - Method in class com.sun.syndication.feed.module.DCModule
Returns the DublinCore module format.
getFormat() - Method in interface com.sun.syndication.feed.module.DCModuleI
Returns the DublinCore module format.
getGenerator() - Method in class com.sun.syndication.feed.atom.Feed
Returns the feed generator.
getGenerator() - Method in class com.sun.syndication.feed.rss.Channel
Returns the channel generator.
getGuid() - Method in class com.sun.syndication.feed.rss.Item
Returns the item GUID.
getHeight() - Method in class com.sun.syndication.feed.rss.Image
Returns the image height.
getHref() - Method in class com.sun.syndication.feed.atom.Link
Returns the link href.
getId() - Method in class com.sun.syndication.feed.atom.Entry
Returns the entry ID.
getId() - Method in class com.sun.syndication.feed.atom.Feed
Returns the feed ID.
getIdentifier() - Method in class com.sun.syndication.feed.module.DCModule
Returns the DublinCore module identifier.
getIdentifier() - Method in interface com.sun.syndication.feed.module.DCModuleI
Returns the DublinCore module identifier.
getImage() - Method in class com.sun.syndication.feed.rss.Channel
Returns the channel image.
getImage() - Method in class com.sun.syndication.feed.synd.SyndFeed
Returns the feed image.
getImage() - Method in interface com.sun.syndication.feed.synd.SyndFeedI
Returns the feed image.
getInfo() - Method in class com.sun.syndication.feed.atom.Feed
Returns the feed info.
getIssued() - Method in class com.sun.syndication.feed.atom.Entry
Returns the entry issued date.
getItems() - Method in class com.sun.syndication.feed.rss.Channel
Returns the channel items.
getLanguage() - Method in class com.sun.syndication.feed.atom.Feed
Returns the feed language.
getLanguage() - Method in class com.sun.syndication.feed.module.DCModule
Returns the DublinCore module language.
getLanguage() - Method in interface com.sun.syndication.feed.module.DCModuleI
Returns the DublinCore module language.
getLanguage() - Method in class com.sun.syndication.feed.rss.Channel
Returns the channel language.
getLanguage() - Method in class com.sun.syndication.feed.synd.SyndFeed
Returns the feed language.
getLanguage() - Method in interface com.sun.syndication.feed.synd.SyndFeedI
Returns the feed language.
getLastBuildDate() - Method in class com.sun.syndication.feed.rss.Channel
Returns the channel last build date.
getLength() - Method in class com.sun.syndication.feed.rss.Enclosure
Returns the enclosure length.
getLink() - Method in class com.sun.syndication.feed.rss.Channel
Returns the channel link.
getLink() - Method in class com.sun.syndication.feed.rss.Image
Returns the image link.
getLink() - Method in class com.sun.syndication.feed.rss.Item
Returns the item link.
getLink() - Method in class com.sun.syndication.feed.rss.TextInput
Returns the text input link.
getLink() - Method in class com.sun.syndication.feed.synd.SyndEntry
Returns the entry link.
getLink() - Method in interface com.sun.syndication.feed.synd.SyndEntryI
Returns the entry link.
getLink() - Method in class com.sun.syndication.feed.synd.SyndFeed
Returns the feed link.
getLink() - Method in interface com.sun.syndication.feed.synd.SyndFeedI
Returns the feed link.
getLink() - Method in class com.sun.syndication.feed.synd.SyndImage
Returns the image link.
getLink() - Method in interface com.sun.syndication.feed.synd.SyndImageI
Returns the image link.
getManagingEditor() - Method in class com.sun.syndication.feed.rss.Channel
Returns the channel managing editor.
getMode() - Method in class com.sun.syndication.feed.atom.Content
Returns the content mode.
getModified() - Method in class com.sun.syndication.feed.atom.Entry
Returns the entry modified date.
getModified() - Method in class com.sun.syndication.feed.atom.Feed
Returns the feed modified date.
getModules() - Method in class com.sun.syndication.feed.atom.Entry
Returns the entry modules.
getModules() - Method in class com.sun.syndication.feed.atom.Feed
Returns the feed modules.
getModules() - Method in class com.sun.syndication.feed.rss.Channel
Returns the channel modules.
getModules() - Method in class com.sun.syndication.feed.rss.Item
Returns the item modules.
getModules() - Method in class com.sun.syndication.feed.synd.SyndEntry
Returns the entry modules.
getModules() - Method in interface com.sun.syndication.feed.synd.SyndEntryI
Returns the entry modules.
getModules() - Method in class com.sun.syndication.feed.synd.SyndFeed
Returns the feed modules.
getModules() - Method in interface com.sun.syndication.feed.synd.SyndFeedI
Returns the feed modules.
getName() - Method in class com.sun.syndication.feed.atom.Person
Returns the person name.
getName() - Method in class com.sun.syndication.feed.rss.TextInput
Returns the text input name.
getName() - Method in class com.sun.syndication.feed.synd.SyndCategory
Returns the category name.
getName() - Method in interface com.sun.syndication.feed.synd.SyndCategoryI
Returns the category name.
getNamespaceUri() - Method in interface com.sun.syndication.io.ModuleGenerator
Returns the namespace URI this generator handles.
getNamespaceUri() - Method in interface com.sun.syndication.io.ModuleParser
Returns the namespace URI this parser handles.
getOtherLinks() - Method in class com.sun.syndication.feed.atom.Entry
Returns the entry non-alternate links.
getOtherLinks() - Method in class com.sun.syndication.feed.atom.Feed
Returns the feed other links (non-alternate ones).
getPath() - Method in class com.sun.syndication.feed.rss.Cloud
Returns the cloud path.
getPort() - Method in class com.sun.syndication.feed.rss.Cloud
Returns the cloud port.
getProtocol() - Method in class com.sun.syndication.feed.rss.Cloud
Returns the cloud protocol.
getPubDate() - Method in class com.sun.syndication.feed.rss.Channel
Returns the channel publishing date.
getPubDate() - Method in class com.sun.syndication.feed.rss.Item
Returns the item publishing date.
getPublishedDate() - Method in class com.sun.syndication.feed.synd.SyndEntry
Returns the entry published date.
getPublishedDate() - Method in interface com.sun.syndication.feed.synd.SyndEntryI
Returns the entry published date.
getPublishedDate() - Method in class com.sun.syndication.feed.synd.SyndFeed
Returns the feed published date.
getPublishedDate() - Method in interface com.sun.syndication.feed.synd.SyndFeedI
Returns the feed published date.
getPublisher() - Method in class com.sun.syndication.feed.module.DCModule
Returns the DublinCore module publisher.
getPublisher() - Method in interface com.sun.syndication.feed.module.DCModuleI
Returns the DublinCore module publisher.
getRating() - Method in class com.sun.syndication.feed.rss.Channel
Returns the channel rating.
getRegisterProcedure() - Method in class com.sun.syndication.feed.rss.Cloud
Returns the cloud register procedure.
getRel() - Method in class com.sun.syndication.feed.atom.Link
Returns the link rel.
getRelation() - Method in class com.sun.syndication.feed.module.DCModule
Returns the DublinCore module relation.
getRelation() - Method in interface com.sun.syndication.feed.module.DCModuleI
Returns the DublinCore module relation.
getRights() - Method in class com.sun.syndication.feed.module.DCModule
Returns the DublinCore module rights.
getRights() - Method in interface com.sun.syndication.feed.module.DCModuleI
Returns the DublinCore module rights.
getSkipDays() - Method in class com.sun.syndication.feed.rss.Channel
Returns the channel skip days.
getSkipHours() - Method in class com.sun.syndication.feed.rss.Channel
Returns the channel skip hours.
getSource() - Method in class com.sun.syndication.feed.module.DCModule
Returns the DublinCore module source.
getSource() - Method in interface com.sun.syndication.feed.module.DCModuleI
Returns the DublinCore module source.
getSource() - Method in class com.sun.syndication.feed.rss.Item
Returns the item source.
getSubjects() - Method in class com.sun.syndication.feed.module.DCModule
Returns the DublinCore module subjects.
getSubjects() - Method in interface com.sun.syndication.feed.module.DCModuleI
Returns the DublinCore module subjects.
getSummary() - Method in class com.sun.syndication.feed.atom.Entry
Returns the entry summary.
getSupportedFeedTypes() - Method in class com.sun.syndication.feed.synd.SyndFeed
Returns the real feed types the SyndFeed supports when converting from and to.
getSupportedFeedTypes() - Method in interface com.sun.syndication.feed.synd.SyndFeedI
Returns the real feed types the SyndFeed supports when converting from and to.
getSupportedFeedTypes() - Static method in class com.sun.syndication.io.WireFeedInput
Returns the list of supported input feed types.
getSupportedFeedTypes() - Static method in class com.sun.syndication.io.WireFeedOutput
Returns the list of supported output feed types.
getTagline() - Method in class com.sun.syndication.feed.atom.Feed
Returns the feed tag line.
getTaxonomyUri() - Method in class com.sun.syndication.feed.module.DCSubject
Returns the DublinCore subject taxonomy URI.
getTaxonomyUri() - Method in interface com.sun.syndication.feed.module.DCSubjectI
Returns the DublinCore subject taxonomy URI.
getTaxonomyUri() - Method in class com.sun.syndication.feed.synd.SyndCategory
Returns the category taxonomy URI.
getTaxonomyUri() - Method in interface com.sun.syndication.feed.synd.SyndCategoryI
Returns the category taxonomy URI.
getTextInput() - Method in class com.sun.syndication.feed.rss.Channel
Returns the channel text input.
getTitle() - Method in class com.sun.syndication.feed.atom.Entry
Returns the entry title.
getTitle() - Method in class com.sun.syndication.feed.atom.Feed
Returns the feed title.
getTitle() - Method in class com.sun.syndication.feed.atom.Link
Returns the link title.
getTitle() - Method in class com.sun.syndication.feed.module.DCModule
Returns the DublinCore module title.
getTitle() - Method in interface com.sun.syndication.feed.module.DCModuleI
Returns the DublinCore module title.
getTitle() - Method in class com.sun.syndication.feed.rss.Channel
Returns the channel title.
getTitle() - Method in class com.sun.syndication.feed.rss.Image
Returns the image title.
getTitle() - Method in class com.sun.syndication.feed.rss.Item
Returns the item title.
getTitle() - Method in class com.sun.syndication.feed.rss.TextInput
Returns the text input title.
getTitle() - Method in class com.sun.syndication.feed.synd.SyndEntry
Returns the entry title.
getTitle() - Method in interface com.sun.syndication.feed.synd.SyndEntryI
Returns the entry title.
getTitle() - Method in class com.sun.syndication.feed.synd.SyndFeed
Returns the feed title.
getTitle() - Method in interface com.sun.syndication.feed.synd.SyndFeedI
Returns the feed title.
getTitle() - Method in class com.sun.syndication.feed.synd.SyndImage
Returns the image title.
getTitle() - Method in interface com.sun.syndication.feed.synd.SyndImageI
Returns the image title.
getTtl() - Method in class com.sun.syndication.feed.rss.Channel
Returns the channel time to live.
getType() - Method in class com.sun.syndication.feed.atom.Content
Returns the content type.
getType() - Method in class com.sun.syndication.feed.atom.Link
Returns the link type.
getType() - Method in class com.sun.syndication.feed.module.DCModule
Returns the DublinCore module type.
getType() - Method in interface com.sun.syndication.feed.module.DCModuleI
Returns the DublinCore module type.
getType() - Method in class com.sun.syndication.feed.rss.Description
Returns the description type.
getType() - Method in class com.sun.syndication.feed.rss.Enclosure
Returns the enclosure type.
getType() - Method in interface com.sun.syndication.feed.synd.Converter
Returns the type (version) of the real feed this converter handles.
getType() - Method in class com.sun.syndication.feed.synd.SyndContent
Returns the content type.
getType() - Method in interface com.sun.syndication.feed.synd.SyndContentI
Returns the content type.
getType() - Method in interface com.sun.syndication.io.WireFeedGenerator
Returns the type of feed the generator creates.
getType() - Method in interface com.sun.syndication.io.WireFeedParser
Returns the type of feed the parser handles.
getUpdateBase() - Method in class com.sun.syndication.feed.module.SyModule
Returns the Syndication module update base date.
getUpdateBase() - Method in interface com.sun.syndication.feed.module.SyModuleI
Returns the Syndication module update base date.
getUpdateFrequency() - Method in class com.sun.syndication.feed.module.SyModule
Returns the Syndication module update frequency.
getUpdateFrequency() - Method in interface com.sun.syndication.feed.module.SyModuleI
Returns the Syndication module update frequency.
getUpdatePeriod() - Method in class com.sun.syndication.feed.module.SyModule
Returns the Syndication module update period.
getUpdatePeriod() - Method in interface com.sun.syndication.feed.module.SyModuleI
Returns the Syndication module update period.
getUri() - Method in class com.sun.syndication.feed.module.Module
Returns the URI of the module.
getUri() - Method in interface com.sun.syndication.feed.module.ModuleI
Returns the URI of the module.
getUrl() - Method in class com.sun.syndication.feed.atom.Generator
Returns the generator URL.
getUrl() - Method in class com.sun.syndication.feed.atom.Person
Returns the person URL.
getUrl() - Method in class com.sun.syndication.feed.rss.Enclosure
Returns the enclosure URL.
getUrl() - Method in class com.sun.syndication.feed.rss.Image
Returns the image URL.
getUrl() - Method in class com.sun.syndication.feed.rss.Source
Returns the source URL.
getUrl() - Method in class com.sun.syndication.feed.synd.SyndImage
Returns the image URL.
getUrl() - Method in interface com.sun.syndication.feed.synd.SyndImageI
Returns the image URL.
getValue() - Method in class com.sun.syndication.feed.atom.Content
Returns the content value.
getValue() - Method in class com.sun.syndication.feed.atom.Generator
Returns the generator value.
getValue() - Method in class com.sun.syndication.feed.module.DCSubject
Returns the DublinCore subject value.
getValue() - Method in interface com.sun.syndication.feed.module.DCSubjectI
Returns the DublinCore subject value.
getValue() - Method in class com.sun.syndication.feed.rss.Category
Returns the category value.
getValue() - Method in class com.sun.syndication.feed.rss.Description
Returns the description value.
getValue() - Method in class com.sun.syndication.feed.rss.Guid
Returns the guid value.
getValue() - Method in class com.sun.syndication.feed.rss.Source
Returns the source value.
getValue() - Method in class com.sun.syndication.feed.synd.SyndContent
Returns the content value.
getValue() - Method in interface com.sun.syndication.feed.synd.SyndContentI
Returns the content value.
getVersion() - Method in class com.sun.syndication.feed.atom.Generator
Returns the generator version.
getWebMaster() - Method in class com.sun.syndication.feed.rss.Channel
Returns the channel web master.
getWidth() - Method in class com.sun.syndication.feed.rss.Image
Returns the image width.

H

HOURLY - Static variable in interface com.sun.syndication.feed.module.SyModuleI
 
hashCode() - Method in class com.sun.syndication.common.Enum
Returns a hashcode value for the Enum.
hashCode() - Method in class com.sun.syndication.common.EqualsBean
Returns the hashcode for this object.
hashCode() - Method in class com.sun.syndication.common.ObjectBean
Returns a hashcode value for the object.

I

Image - class com.sun.syndication.feed.rss.Image.
Bean for images of RSS feeds.
Image() - Constructor for class com.sun.syndication.feed.rss.Image
Default constructor.
Item - class com.sun.syndication.feed.rss.Item.
Bean for items of RSS feeds.
Item() - Constructor for class com.sun.syndication.feed.rss.Item
Default constructor.
isMyType(Document) - Method in interface com.sun.syndication.io.WireFeedParser
Inspects an XML Document (JDOM) to check if it can parse it.
isPermaLink() - Method in class com.sun.syndication.feed.rss.Guid
Returns the guid perma link.

L

Link - class com.sun.syndication.feed.atom.Link.
Bean for link elements of Atom feeds.
Link() - Constructor for class com.sun.syndication.feed.atom.Link
Default constructor.
Link.Rel - class com.sun.syndication.feed.atom.Link.Rel.
Enumeration type for the 'rel' property of Atom Link elements.

M

MONDAY - Static variable in class com.sun.syndication.feed.rss.Channel
 
MONTHLY - Static variable in interface com.sun.syndication.feed.module.SyModuleI
 
Module - class com.sun.syndication.feed.module.Module.
Base class for modules describing Metadata of feeds, default implementations.
Module(String) - Constructor for class com.sun.syndication.feed.module.Module
Constructor.
ModuleGenerator - interface com.sun.syndication.io.ModuleGenerator.
Injects module metadata into a XML node (JDOM element).
ModuleI - interface com.sun.syndication.feed.module.ModuleI.
Base class for modules describing Metadata of feeds.
ModuleParser - interface com.sun.syndication.io.ModuleParser.
Parses module metadata from a XML node (JDOM element).

N

NEXT - Static variable in class com.sun.syndication.feed.atom.Link
 

O

ObjectBean - class com.sun.syndication.common.ObjectBean.
Convenience class providing clone(), toString(), equals() and hashCode() functionality for Java Beans.
ObjectBean() - Constructor for class com.sun.syndication.common.ObjectBean
Default constructor.
output(SyndFeedI, File) - Method in class com.sun.syndication.io.SyndFeedOutput
Creates a File containing with the XML representation for the given SyndFeed.
output(SyndFeedI, OutputStream) - Method in class com.sun.syndication.io.SyndFeedOutput
Writes to an OutputStream the XML representation for the given SyndFeed.
output(SyndFeedI, Writer) - Method in class com.sun.syndication.io.SyndFeedOutput
Writes to an Writer the XML representation for the given SyndFeed.
output(WireFeed, File) - Method in class com.sun.syndication.io.WireFeedOutput
Creates a File containing with the XML representation for the given WireFeed.
output(WireFeed, OutputStream) - Method in class com.sun.syndication.io.WireFeedOutput
Writes to an OutputStream the XML representation for the given WireFeed.
output(WireFeed, Writer) - Method in class com.sun.syndication.io.WireFeedOutput
Writes to an Writer the XML representation for the given WireFeed.
outputJDom(SyndFeedI) - Method in class com.sun.syndication.io.SyndFeedOutput
Creates a JDOM document for the given SyndFeed.
outputJDom(WireFeed) - Method in class com.sun.syndication.io.WireFeedOutput
Creates a JDOM document for the given WireFeed.
outputString(SyndFeedI) - Method in class com.sun.syndication.io.SyndFeedOutput
Creates a String with the XML representation for the given SyndFeed.
outputString(WireFeed) - Method in class com.sun.syndication.io.WireFeedOutput
Creates a String with the XML representation for the given WireFeed.
outputW3CDom(SyndFeedI) - Method in class com.sun.syndication.io.SyndFeedOutput
Creates a W3C DOM document for the given SyndFeed.
outputW3CDom(WireFeed) - Method in class com.sun.syndication.io.WireFeedOutput
Creates a W3C DOM document for the given WireFeed.

P

PREV - Static variable in class com.sun.syndication.feed.atom.Link
 
Person - class com.sun.syndication.feed.atom.Person.
Bean for person elements of Atom feeds.
Person() - Constructor for class com.sun.syndication.feed.atom.Person
Default constructor.
parse(Element) - Method in interface com.sun.syndication.io.ModuleParser
Parses the XML node (JDOM element) extracting module information.
parse(Document, boolean) - Method in interface com.sun.syndication.io.WireFeedParser
Parses an XML document (JDOM Document) into a feed bean.

R

remove(int) - Method in class com.sun.syndication.feed.synd.SyndCategoryListFacade
Removes a category element from a specific position.

S

SATURDAY - Static variable in class com.sun.syndication.feed.rss.Channel
 
SERVICE_EDIT - Static variable in class com.sun.syndication.feed.atom.Link
 
SERVICE_FEED - Static variable in class com.sun.syndication.feed.atom.Link
 
SERVICE_POST - Static variable in class com.sun.syndication.feed.atom.Link
 
START - Static variable in class com.sun.syndication.feed.atom.Link
 
SUNDAY - Static variable in class com.sun.syndication.feed.rss.Channel
 
Source - class com.sun.syndication.feed.rss.Source.
Bean for item sources of RSS feeds.
Source() - Constructor for class com.sun.syndication.feed.rss.Source
Default constructor.
SyModule - class com.sun.syndication.feed.module.SyModule.
Syndication Module, default implementation.
SyModule() - Constructor for class com.sun.syndication.feed.module.SyModule
Default constructor.
SyModuleI - interface com.sun.syndication.feed.module.SyModuleI.
Syndication Module.
SyModuleI.Period - class com.sun.syndication.feed.module.SyModuleI.Period.
Enumeration type for the 'update period' property of the Syndication module.
SyndCategory - class com.sun.syndication.feed.synd.SyndCategory.
Bean for categories of SyndFeed feeds and entries.
SyndCategory() - Constructor for class com.sun.syndication.feed.synd.SyndCategory
Default constructor.
SyndCategoryI - interface com.sun.syndication.feed.synd.SyndCategoryI.
Bean interface for categories of SyndFeed feeds and entries.
SyndCategoryListFacade - class com.sun.syndication.feed.synd.SyndCategoryListFacade.
List implementation for SyndCategory elements.
SyndCategoryListFacade() - Constructor for class com.sun.syndication.feed.synd.SyndCategoryListFacade
Default constructor.
SyndCategoryListFacade(List) - Constructor for class com.sun.syndication.feed.synd.SyndCategoryListFacade
Creates a facade list of categories on top the given subject list.
SyndContent - class com.sun.syndication.feed.synd.SyndContent.
Bean for content of SyndFeed entries.
SyndContent() - Constructor for class com.sun.syndication.feed.synd.SyndContent
Default constructor.
SyndContentI - interface com.sun.syndication.feed.synd.SyndContentI.
Bean interface for content of SyndFeed entries.
SyndEntry - class com.sun.syndication.feed.synd.SyndEntry.
Bean for entries of SyndFeed feeds.
SyndEntry() - Constructor for class com.sun.syndication.feed.synd.SyndEntry
Default constructor.
SyndEntryI - interface com.sun.syndication.feed.synd.SyndEntryI.
Bean interface for entries of SyndFeed feeds.
SyndFeed - class com.sun.syndication.feed.synd.SyndFeed.
Bean for all types of feeds.
SyndFeed() - Constructor for class com.sun.syndication.feed.synd.SyndFeed
Default constructor.
SyndFeed(WireFeed) - Constructor for class com.sun.syndication.feed.synd.SyndFeed
Creates a SyndFeed an populates all its properties out of the given RSS Channel or Atom Feed properties.
SyndFeedI - interface com.sun.syndication.feed.synd.SyndFeedI.
Bean interface for all types of feeds.
SyndFeedInput - class com.sun.syndication.io.SyndFeedInput.
Parses an XML document (File, InputStream, Reader, W3C SAX InputSource, W3C DOM Document or JDom DOcument) into an SyndFeed.
SyndFeedInput() - Constructor for class com.sun.syndication.io.SyndFeedInput
Creates a SyndFeedInput instance with input validation turned off.
SyndFeedInput(boolean) - Constructor for class com.sun.syndication.io.SyndFeedInput
Creates a SyndFeedInput instance.
SyndFeedOutput - class com.sun.syndication.io.SyndFeedOutput.
Generates an XML document (String, File, OutputStream, Writer, W3C DOM document or JDOM document) out of an SyndFeed..
SyndFeedOutput() - Constructor for class com.sun.syndication.io.SyndFeedOutput
Creates a SyndFeedOutput instance.
SyndImage - class com.sun.syndication.feed.synd.SyndImage.
Bean for images of SyndFeed feeds.
SyndImage() - Constructor for class com.sun.syndication.feed.synd.SyndImage
Default constructor.
SyndImageI - interface com.sun.syndication.feed.synd.SyndImageI.
Bean interface for images of SyndFeed feeds.
set(int, Object) - Method in class com.sun.syndication.feed.synd.SyndCategoryListFacade
Sets a category in an existing position in the list.
setAlternateLinks(List) - Method in class com.sun.syndication.feed.atom.Entry
Sets the entry alternate links.
setAlternateLinks(List) - Method in class com.sun.syndication.feed.atom.Feed
Sets the feed alternate links.
setAuthor(Person) - Method in class com.sun.syndication.feed.atom.Entry
Sets the author of the entry.
setAuthor(Person) - Method in class com.sun.syndication.feed.atom.Feed
Sets the feed author.
setAuthor(String) - Method in class com.sun.syndication.feed.rss.Item
Sets the item author.
setAuthor(String) - Method in class com.sun.syndication.feed.synd.SyndEntry
Sets the entry author.
setAuthor(String) - Method in interface com.sun.syndication.feed.synd.SyndEntryI
Sets the entry author.
setAuthor(String) - Method in class com.sun.syndication.feed.synd.SyndFeed
Sets the feed author.
setAuthor(String) - Method in interface com.sun.syndication.feed.synd.SyndFeedI
Sets the feed author.
setCategories(List) - Method in class com.sun.syndication.feed.rss.Channel
Sets the channel categories.
setCategories(List) - Method in class com.sun.syndication.feed.rss.Item
Sets the item categories.
setCategories(List) - Method in class com.sun.syndication.feed.synd.SyndEntry
Sets the entry categories.
setCategories(List) - Method in interface com.sun.syndication.feed.synd.SyndEntryI
Sets the entry categories.
setCategories(List) - Method in class com.sun.syndication.feed.synd.SyndFeed
Sets the feed categories.
setCategories(List) - Method in interface com.sun.syndication.feed.synd.SyndFeedI
Sets the feed categories.
setCloud(Cloud) - Method in class com.sun.syndication.feed.rss.Channel
Sets the channel cloud.
setComments(String) - Method in class com.sun.syndication.feed.rss.Item
Sets the item comments.
setContents(List) - Method in class com.sun.syndication.feed.atom.Entry
Sets the entry contents.
setContents(List) - Method in class com.sun.syndication.feed.synd.SyndEntry
Sets the entry contents.
setContents(List) - Method in interface com.sun.syndication.feed.synd.SyndEntryI
Sets the entry contents.
setContributors(List) - Method in class com.sun.syndication.feed.atom.Entry
Sets the entry contributors.
setContributors(List) - Method in class com.sun.syndication.feed.atom.Feed
Sets the feed contributors.
setContributors(List) - Method in class com.sun.syndication.feed.module.DCModule
Sets the DublinCore module contributors.
setContributors(List) - Method in interface com.sun.syndication.feed.module.DCModuleI
Sets the DublinCore module contributors.
setCopyright(String) - Method in class com.sun.syndication.feed.atom.Feed
Sets the feed copyright.
setCopyright(String) - Method in class com.sun.syndication.feed.rss.Channel
Sets the channel copyright.
setCopyright(String) - Method in class com.sun.syndication.feed.synd.SyndFeed
Sets the feed copyright.
setCopyright(String) - Method in interface com.sun.syndication.feed.synd.SyndFeedI
Sets the feed copyright.
setCoverage(String) - Method in class com.sun.syndication.feed.module.DCModule
Sets the DublinCore module coverage.
setCoverage(String) - Method in interface com.sun.syndication.feed.module.DCModuleI
Sets the DublinCore module coverage.
setCreated(Date) - Method in class com.sun.syndication.feed.atom.Entry
Sets the entry created date.
setCreator(String) - Method in class com.sun.syndication.feed.module.DCModule
Sets the DublinCore module creator.
setCreator(String) - Method in interface com.sun.syndication.feed.module.DCModuleI
Sets the DublinCore module creator.
setDate(Date) - Method in class com.sun.syndication.feed.module.DCModule
Sets the DublinCore module date.
setDate(Date) - Method in interface com.sun.syndication.feed.module.DCModuleI
Sets the DublinCore module date.
setDescription(String) - Method in class com.sun.syndication.feed.module.DCModule
Sets the DublinCore module description.
setDescription(String) - Method in interface com.sun.syndication.feed.module.DCModuleI
Sets the DublinCore module description.
setDescription(String) - Method in class com.sun.syndication.feed.rss.Channel
Sets the channel description.
setDescription(String) - Method in class com.sun.syndication.feed.rss.Image
Sets the image description.
setDescription(Description) - Method in class com.sun.syndication.feed.rss.Item
Sets the item description.
setDescription(String) - Method in class com.sun.syndication.feed.rss.TextInput
Sets the text input description.
setDescription(SyndContentI) - Method in class com.sun.syndication.feed.synd.SyndEntry
Sets the entry description.
setDescription(SyndContentI) - Method in interface com.sun.syndication.feed.synd.SyndEntryI
Sets the entry description.
setDescription(String) - Method in class com.sun.syndication.feed.synd.SyndFeed
Sets the feed description.
setDescription(String) - Method in interface com.sun.syndication.feed.synd.SyndFeedI
Sets the feed description.
setDescription(String) - Method in class com.sun.syndication.feed.synd.SyndImage
Sets the image description.
setDescription(String) - Method in interface com.sun.syndication.feed.synd.SyndImageI
Sets the image description.
setDocs(String) - Method in class com.sun.syndication.feed.rss.Channel
Sets the channel docs.
setDomain(String) - Method in class com.sun.syndication.feed.rss.Category
Sets the category domain.
setDomain(String) - Method in class com.sun.syndication.feed.rss.Cloud
Sets the cloud domain.
setEmail(String) - Method in class com.sun.syndication.feed.atom.Person
Sets the person email.
setEnclosures(List) - Method in class com.sun.syndication.feed.rss.Item
Sets the item enclosures.
setEntries(List) - Method in class com.sun.syndication.feed.atom.Feed
Sets the feed entries.
setEntries(List) - Method in class com.sun.syndication.feed.synd.SyndFeed
Sets the feed entries.
setEntries(List) - Method in interface com.sun.syndication.feed.synd.SyndFeedI
Sets the feed entries.
setExpirationDate(Date) - Method in class com.sun.syndication.feed.rss.Item
Sets the item expiration date.
setFeedType(String) - Method in class com.sun.syndication.feed.WireFeed
Sets the feedType of a the feed.
setFeedType(String) - Method in class com.sun.syndication.feed.synd.SyndFeed
Sets the wire feed type the feed will-have when coverted to a WireFeed.
setFeedType(String) - Method in interface com.sun.syndication.feed.synd.SyndFeedI
Sets the wire feed type the feed will-have when coverted to a WireFeed.
setFormat(String) - Method in class com.sun.syndication.feed.module.DCModule
Sets the DublinCore module format.
setFormat(String) - Method in interface com.sun.syndication.feed.module.DCModuleI
Sets the DublinCore module format.
setGenerator(Generator) - Method in class com.sun.syndication.feed.atom.Feed
Sets the feed generator.
setGenerator(String) - Method in class com.sun.syndication.feed.rss.Channel
Sets the channel generator.
setGuid(Guid) - Method in class com.sun.syndication.feed.rss.Item
Sets the item GUID.
setHeight(int) - Method in class com.sun.syndication.feed.rss.Image
Sets the image height.
setHref(String) - Method in class com.sun.syndication.feed.atom.Link
Sets the link href.
setId(String) - Method in class com.sun.syndication.feed.atom.Entry
Sets the entry ID.
setId(String) - Method in class com.sun.syndication.feed.atom.Feed
Sets the feed ID.
setIdentifier(String) - Method in class com.sun.syndication.feed.module.DCModule
Sets the DublinCore module identifier.
setIdentifier(String) - Method in interface com.sun.syndication.feed.module.DCModuleI
Sets the DublinCore module identifier.
setImage(Image) - Method in class com.sun.syndication.feed.rss.Channel
Sets the channel image.
setImage(SyndImageI) - Method in class com.sun.syndication.feed.synd.SyndFeed
Sets the feed image.
setImage(SyndImageI) - Method in interface com.sun.syndication.feed.synd.SyndFeedI
Sets the feed image.
setInfo(Content) - Method in class com.sun.syndication.feed.atom.Feed
Sets the feed info.
setIssued(Date) - Method in class com.sun.syndication.feed.atom.Entry
Sets the entry issued date.
setItems(List) - Method in class com.sun.syndication.feed.rss.Channel
Sets the channel items.
setLanguage(String) - Method in class com.sun.syndication.feed.atom.Feed
Sets the feed language.
setLanguage(String) - Method in class com.sun.syndication.feed.module.DCModule
Sets the DublinCore module language.
setLanguage(String) - Method in interface com.sun.syndication.feed.module.DCModuleI
Sets the DublinCore module language.
setLanguage(String) - Method in class com.sun.syndication.feed.rss.Channel
Sets the channel language.
setLanguage(String) - Method in class com.sun.syndication.feed.synd.SyndFeed
Sets the feed language.
setLanguage(String) - Method in interface com.sun.syndication.feed.synd.SyndFeedI
Sets the feed language.
setLastBuildDate(Date) - Method in class com.sun.syndication.feed.rss.Channel
Sets the channel last build date.
setLength(int) - Method in class com.sun.syndication.feed.rss.Enclosure
Sets the enclosure length.
setLink(String) - Method in class com.sun.syndication.feed.rss.Channel
Sets the channel link.
setLink(String) - Method in class com.sun.syndication.feed.rss.Image
Sets the image link.
setLink(String) - Method in class com.sun.syndication.feed.rss.Item
Sets the item link.
setLink(String) - Method in class com.sun.syndication.feed.rss.TextInput
Sets the text input link.
setLink(String) - Method in class com.sun.syndication.feed.synd.SyndEntry
Sets the entry link.
setLink(String) - Method in interface com.sun.syndication.feed.synd.SyndEntryI
Sets the entry link.
setLink(String) - Method in class com.sun.syndication.feed.synd.SyndFeed
Sets the feed link.
setLink(String) - Method in interface com.sun.syndication.feed.synd.SyndFeedI
Sets the feed link.
setLink(String) - Method in class com.sun.syndication.feed.synd.SyndImage
Sets the image link.
setLink(String) - Method in interface com.sun.syndication.feed.synd.SyndImageI
Sets the image link.
setManagingEditor(String) - Method in class com.sun.syndication.feed.rss.Channel
Sets the channel managing editor.
setMode(Content.Mode) - Method in class com.sun.syndication.feed.atom.Content
Sets the content mode.
setModified(Date) - Method in class com.sun.syndication.feed.atom.Entry
Sets the entry modified date.
setModified(Date) - Method in class com.sun.syndication.feed.atom.Feed
Sets the feed modified date.
setModules(List) - Method in class com.sun.syndication.feed.atom.Entry
Sets the entry modules.
setModules(List) - Method in class com.sun.syndication.feed.atom.Feed
Sets the feed moduless.
setModules(List) - Method in class com.sun.syndication.feed.rss.Channel
Sets the channel modules.
setModules(List) - Method in class com.sun.syndication.feed.rss.Item
Sets the item modules.
setModules(List) - Method in class com.sun.syndication.feed.synd.SyndEntry
Sets the entry modules.
setModules(List) - Method in interface com.sun.syndication.feed.synd.SyndEntryI
Sets the entry modules.
setModules(List) - Method in class com.sun.syndication.feed.synd.SyndFeed
Sets the feed modules.
setModules(List) - Method in interface com.sun.syndication.feed.synd.SyndFeedI
Sets the feed modules.
setName(String) - Method in class com.sun.syndication.feed.atom.Person
Sets the personname.
setName(String) - Method in class com.sun.syndication.feed.rss.TextInput
Sets the text input name.
setName(String) - Method in class com.sun.syndication.feed.synd.SyndCategory
Sets the category name.
setName(String) - Method in interface com.sun.syndication.feed.synd.SyndCategoryI
Sets the category name.
setOtherLinks(List) - Method in class com.sun.syndication.feed.atom.Entry
Sets the entry non-alternate links.
setOtherLinks(List) - Method in class com.sun.syndication.feed.atom.Feed
Sets the feed other links (non-alternate ones).
setPath(String) - Method in class com.sun.syndication.feed.rss.Cloud
Sets the cloud path.
setPermaLink(boolean) - Method in class com.sun.syndication.feed.rss.Guid
Sets the guid perma link.
setPort(int) - Method in class com.sun.syndication.feed.rss.Cloud
Sets the cloud port.
setProtocol(String) - Method in class com.sun.syndication.feed.rss.Cloud
Sets the cloud protocol.
setPubDate(Date) - Method in class com.sun.syndication.feed.rss.Channel
Sets the channel publishing date.
setPubDate(Date) - Method in class com.sun.syndication.feed.rss.Item
Sets the item publishing date.
setPublishedDate(Date) - Method in class com.sun.syndication.feed.synd.SyndEntry
Sets the entry published date.
setPublishedDate(Date) - Method in interface com.sun.syndication.feed.synd.SyndEntryI
Sets the entry published date.
setPublishedDate(Date) - Method in class com.sun.syndication.feed.synd.SyndFeed
Sets the feed published date.
setPublishedDate(Date) - Method in interface com.sun.syndication.feed.synd.SyndFeedI
Sets the feed published date.
setPublisher(String) - Method in class com.sun.syndication.feed.module.DCModule
Sets the DublinCore module publisher.
setPublisher(String) - Method in interface com.sun.syndication.feed.module.DCModuleI
Sets the DublinCore module publisher.
setRating(String) - Method in class com.sun.syndication.feed.rss.Channel
Sets the channel rating.
setRegisterProcedure(String) - Method in class com.sun.syndication.feed.rss.Cloud
Sets the cloud register procedure.
setRel(Link.Rel) - Method in class com.sun.syndication.feed.atom.Link
Sets the link rel.
setRelation(String) - Method in class com.sun.syndication.feed.module.DCModule
Sets the DublinCore module relation.
setRelation(String) - Method in interface com.sun.syndication.feed.module.DCModuleI
Sets the DublinCore module relation.
setRights(String) - Method in class com.sun.syndication.feed.module.DCModule
Sets the DublinCore module rights.
setRights(String) - Method in interface com.sun.syndication.feed.module.DCModuleI
Sets the DublinCore module rights.
setSkipDays(List) - Method in class com.sun.syndication.feed.rss.Channel
Sets the channel skip days.
setSkipHours(List) - Method in class com.sun.syndication.feed.rss.Channel
Sets the channel skip hours.
setSource(String) - Method in class com.sun.syndication.feed.module.DCModule
Sets the DublinCore module source.
setSource(String) - Method in interface com.sun.syndication.feed.module.DCModuleI
Sets the DublinCore module source.
setSource(Source) - Method in class com.sun.syndication.feed.rss.Item
Sets the item source.
setSubjects(List) - Method in class com.sun.syndication.feed.module.DCModule
Sets the DublinCore module subjects.
setSubjects(List) - Method in interface com.sun.syndication.feed.module.DCModuleI
Sets the DublinCore module subjects.
setSummary(Content) - Method in class com.sun.syndication.feed.atom.Entry
Sets the entry summary.
setTagline(Content) - Method in class com.sun.syndication.feed.atom.Feed
Sets the feed tagline.
setTaxonomyUri(String) - Method in class com.sun.syndication.feed.module.DCSubject
Sets the DublinCore subject taxonomy URI.
setTaxonomyUri(String) - Method in interface com.sun.syndication.feed.module.DCSubjectI
Sets the DublinCore subject taxonomy URI.
setTaxonomyUri(String) - Method in class com.sun.syndication.feed.synd.SyndCategory
Sets the category taxonomy URI.
setTaxonomyUri(String) - Method in interface com.sun.syndication.feed.synd.SyndCategoryI
Sets the category taxonomy URI.
setTextInput(TextInput) - Method in class com.sun.syndication.feed.rss.Channel
Sets the channel text input.
setTitle(String) - Method in class com.sun.syndication.feed.atom.Entry
Sets the entry title.
setTitle(String) - Method in class com.sun.syndication.feed.atom.Feed
Sets the feed title.
setTitle(String) - Method in class com.sun.syndication.feed.atom.Link
Sets the link title.
setTitle(String) - Method in class com.sun.syndication.feed.module.DCModule
Sets the DublinCore module title.
setTitle(String) - Method in interface com.sun.syndication.feed.module.DCModuleI
Sets the DublinCore module title.
setTitle(String) - Method in class com.sun.syndication.feed.rss.Channel
Sets the channel title.
setTitle(String) - Method in class com.sun.syndication.feed.rss.Image
Sets the image title.
setTitle(String) - Method in class com.sun.syndication.feed.rss.Item
Sets the item title.
setTitle(String) - Method in class com.sun.syndication.feed.rss.TextInput
Sets the text input title.
setTitle(String) - Method in class com.sun.syndication.feed.synd.SyndEntry
Sets the entry title.
setTitle(String) - Method in interface com.sun.syndication.feed.synd.SyndEntryI
Sets the entry title.
setTitle(String) - Method in class com.sun.syndication.feed.synd.SyndFeed
Sets the feed title.
setTitle(String) - Method in interface com.sun.syndication.feed.synd.SyndFeedI
Sets the feed title.
setTitle(String) - Method in class com.sun.syndication.feed.synd.SyndImage
Sets the image title.
setTitle(String) - Method in interface com.sun.syndication.feed.synd.SyndImageI
Sets the image title.
setTtl(int) - Method in class com.sun.syndication.feed.rss.Channel
Sets the channel time to live.
setType(String) - Method in class com.sun.syndication.feed.atom.Content
Sets the content type.
setType(String) - Method in class com.sun.syndication.feed.atom.Link
Sets the link type.
setType(String) - Method in class com.sun.syndication.feed.module.DCModule
Sets the DublinCore module type.
setType(String) - Method in interface com.sun.syndication.feed.module.DCModuleI
Sets the DublinCore module type.
setType(String) - Method in class com.sun.syndication.feed.rss.Description
Sets the description type.
setType(String) - Method in class com.sun.syndication.feed.rss.Enclosure
Sets the enclosure type.
setType(String) - Method in class com.sun.syndication.feed.synd.SyndContent
Sets the content type.
setType(String) - Method in interface com.sun.syndication.feed.synd.SyndContentI
Sets the content type.
setUpdateBase(Date) - Method in class com.sun.syndication.feed.module.SyModule
Sets the Syndication module update base date.
setUpdateBase(Date) - Method in interface com.sun.syndication.feed.module.SyModuleI
Sets the Syndication module update base date.
setUpdateFrequency(int) - Method in class com.sun.syndication.feed.module.SyModule
Sets the Syndication module update frequency.
setUpdateFrequency(int) - Method in interface com.sun.syndication.feed.module.SyModuleI
Sets the Syndication module update frequency.
setUpdatePeriod(SyModuleI.Period) - Method in class com.sun.syndication.feed.module.SyModule
Sets the Syndication module update period.
setUpdatePeriod(SyModuleI.Period) - Method in interface com.sun.syndication.feed.module.SyModuleI
Sets the Syndication module update period.
setUrl(String) - Method in class com.sun.syndication.feed.atom.Generator
Sets the generator URL.
setUrl(String) - Method in class com.sun.syndication.feed.atom.Person
Sets the person URL.
setUrl(String) - Method in class com.sun.syndication.feed.rss.Enclosure
Sets the enclosure URL.
setUrl(String) - Method in class com.sun.syndication.feed.rss.Image
Sets the image URL.
setUrl(String) - Method in class com.sun.syndication.feed.rss.Source
Sets the source URL.
setUrl(String) - Method in class com.sun.syndication.feed.synd.SyndImage
Sets the image URL.
setUrl(String) - Method in interface com.sun.syndication.feed.synd.SyndImageI
Sets the image URL.
setValue(String) - Method in class com.sun.syndication.feed.atom.Content
Sets the content value.
setValue(String) - Method in class com.sun.syndication.feed.atom.Generator
Sets the generator value.
setValue(String) - Method in class com.sun.syndication.feed.module.DCSubject
Sets the DublinCore subject value.
setValue(String) - Method in interface com.sun.syndication.feed.module.DCSubjectI
Sets the DublinCore subject value.
setValue(String) - Method in class com.sun.syndication.feed.rss.Category
Sets the category value.
setValue(String) - Method in class com.sun.syndication.feed.rss.Description
Sets the description value.
setValue(String) - Method in class com.sun.syndication.feed.rss.Guid
Sets the guid value.
setValue(String) - Method in class com.sun.syndication.feed.rss.Source
Sets the source value.
setValue(String) - Method in class com.sun.syndication.feed.synd.SyndContent
Sets the content value.
setValue(String) - Method in interface com.sun.syndication.feed.synd.SyndContentI
Sets the content value.
setVersion(String) - Method in class com.sun.syndication.feed.atom.Generator
Sets the generator version.
setWebMaster(String) - Method in class com.sun.syndication.feed.rss.Channel
Sets the channel web master.
setWidth(int) - Method in class com.sun.syndication.feed.rss.Image
Sets the image width.
size() - Method in class com.sun.syndication.feed.synd.SyndCategoryListFacade
Returns the size of the list.

T

THURSDAY - Static variable in class com.sun.syndication.feed.rss.Channel
 
TUESDAY - Static variable in class com.sun.syndication.feed.rss.Channel
 
TextInput - class com.sun.syndication.feed.rss.TextInput.
Bean for text input of RSS feeds.
TextInput() - Constructor for class com.sun.syndication.feed.rss.TextInput
Default constructor.
ToString - interface com.sun.syndication.common.ToString.
To provide support for contextual toString functionality.
ToStringBean - class com.sun.syndication.common.ToStringBean.
Provides deep Bean toString support.
ToStringBean() - Constructor for class com.sun.syndication.common.ToStringBean
Default constructor.
ToStringBean(Object) - Constructor for class com.sun.syndication.common.ToStringBean
Creates a ToStringBean to be used in a delegation pattern.
toString() - Method in class com.sun.syndication.common.Enum
Returns the String representation of the Enum.
toString() - Method in class com.sun.syndication.common.ObjectBean
Returns the String representation for the object.
toString(String) - Method in class com.sun.syndication.common.ObjectBean
Returns the String representation for the bean using a prefix.
toString(String) - Method in interface com.sun.syndication.common.ToString
Returns the String representation of the object with a prefix.
toString() - Method in class com.sun.syndication.common.ToStringBean
Returns the String representation of the bean given in the constructor.
toString(String) - Method in class com.sun.syndication.common.ToStringBean
Returns the String representation of the bean given in the constructor.

U

URI - Static variable in interface com.sun.syndication.feed.module.DCModuleI
URI of the Dublin Core Module (http://purl.org/dc/elements/1.1/).
URI - Static variable in interface com.sun.syndication.feed.module.SyModuleI
URI of the Syndication Module (http://purl.org/rss/1.0/modules/syndication/).

W

WEDNESDAY - Static variable in class com.sun.syndication.feed.rss.Channel
 
WEEKLY - Static variable in interface com.sun.syndication.feed.module.SyModuleI
 
WireFeed - class com.sun.syndication.feed.WireFeed.
Parent class of the RSS (Channel) and Atom (Feed) feed beans.
WireFeed() - Constructor for class com.sun.syndication.feed.WireFeed
Default constructor, for bean cloning purposes only.
WireFeed(String) - Constructor for class com.sun.syndication.feed.WireFeed
Creates a feed for a given type.
WireFeedGenerator - interface com.sun.syndication.io.WireFeedGenerator.
Generates an XML document (JDOM) out of a feed for a specific real feed type.
WireFeedInput - class com.sun.syndication.io.WireFeedInput.
Parses an XML document (File, InputStream, Reader, W3C SAX InputSource, W3C DOM Document or JDom DOcument) into an WireFeed (RSS/Atom).
WireFeedInput() - Constructor for class com.sun.syndication.io.WireFeedInput
Creates a WireFeedInput instance with input validation turned off.
WireFeedInput(boolean) - Constructor for class com.sun.syndication.io.WireFeedInput
Creates a WireFeedInput instance.
WireFeedOutput - class com.sun.syndication.io.WireFeedOutput.
Generates an XML document (String, File, OutputStream, Writer, W3C DOM document or JDOM document) out of an WireFeed (RSS/Atom).
WireFeedOutput() - Constructor for class com.sun.syndication.io.WireFeedOutput
Creates a FeedOuput instance.
WireFeedParser - interface com.sun.syndication.io.WireFeedParser.
Parses an XML document (JDOM) into a feed bean.

X

XML - Static variable in class com.sun.syndication.feed.atom.Content
 

Y

YEARLY - Static variable in interface com.sun.syndication.feed.module.SyModuleI
 

A B C D E F G H I L M N O P R S T U W X Y

Copyright © 2004 Sun Microsystems. All Rights Reserved.