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

A

addChannel(Channel, Element) - Method in class com.sun.syndication.io.impl.RSS090Generator
 
addChannel(Channel, Element) - Method in class com.sun.syndication.io.impl.RSS091UserlandGenerator
 
addEntries(Feed, Element) - Method in class com.sun.syndication.io.impl.Atom03Generator
 
addEntries(Feed, Element) - Method in class com.sun.syndication.io.impl.Atom10Generator
 
addEntry(Entry, Element) - Method in class com.sun.syndication.io.impl.Atom03Generator
 
addEntry(Entry, Element) - Method in class com.sun.syndication.io.impl.Atom10Generator
 
addFeed(Feed, Element) - Method in class com.sun.syndication.io.impl.Atom03Generator
 
addFeed(Feed, Element) - Method in class com.sun.syndication.io.impl.Atom10Generator
 
addImage(Channel, Element) - Method in class com.sun.syndication.io.impl.RSS090Generator
 
addItem(Item, Element, int) - Method in class com.sun.syndication.io.impl.RSS090Generator
 
addItems(Channel, Element) - Method in class com.sun.syndication.io.impl.RSS090Generator
 
addTextInput(Channel, Element) - Method in class com.sun.syndication.io.impl.RSS090Generator
 
Atom03Generator - Class in com.sun.syndication.io.impl
Feed Generator for Atom

Atom03Generator() - Constructor for class com.sun.syndication.io.impl.Atom03Generator
 
Atom03Generator(String, String) - Constructor for class com.sun.syndication.io.impl.Atom03Generator
 
Atom03Parser - Class in com.sun.syndication.io.impl
 
Atom03Parser() - Constructor for class com.sun.syndication.io.impl.Atom03Parser
 
Atom03Parser(String, Namespace) - Constructor for class com.sun.syndication.io.impl.Atom03Parser
 
Atom10Generator - Class in com.sun.syndication.io.impl
Feed Generator for Atom

Atom10Generator() - Constructor for class com.sun.syndication.io.impl.Atom10Generator
 
Atom10Generator(String, String) - Constructor for class com.sun.syndication.io.impl.Atom10Generator
 
Atom10Parser - Class in com.sun.syndication.io.impl
Parser for Atom 1.0
Atom10Parser() - Constructor for class com.sun.syndication.io.impl.Atom10Parser
 
Atom10Parser(String) - Constructor for class com.sun.syndication.io.impl.Atom10Parser
 

B

BASE64 - Static variable in class com.sun.syndication.feed.atom.Content
Atom 0.3 only
Base64 - Class in com.sun.syndication.io.impl
Encodes/decodes byte arrays and Strings into/from a base 64 String.
Base64() - Constructor for class com.sun.syndication.io.impl.Base64
 
BaseWireFeedGenerator - Class in com.sun.syndication.io.impl
 
BaseWireFeedGenerator(String) - Constructor for class com.sun.syndication.io.impl.BaseWireFeedGenerator
 
BaseWireFeedParser - Class in com.sun.syndication.io.impl
 
BaseWireFeedParser(String, Namespace) - Constructor for class com.sun.syndication.io.impl.BaseWireFeedParser
 
beanClone() - Method in class com.sun.syndication.feed.impl.CloneableBean
Makes a deep bean clone of the object passed in the constructor.
beanEquals(Object) - Method in class com.sun.syndication.feed.impl.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.feed.impl.EqualsBean
Returns the hashcode for the object passed in the constructor.
BeanIntrospector - Class in com.sun.syndication.feed.impl
Obtains all property descriptors from a bean (interface or implementation).
BeanIntrospector() - Constructor for class com.sun.syndication.feed.impl.BeanIntrospector
 
build(File) - Method in class com.sun.syndication.io.SyndFeedInput
Builds SyndFeedImpl from a file.
build(Reader) - Method in class com.sun.syndication.io.SyndFeedInput
Builds SyndFeedImpl from an Reader.
build(InputSource) - Method in class com.sun.syndication.io.SyndFeedInput
Builds SyndFeedImpl from an W3C SAX InputSource.
build(Document) - Method in class com.sun.syndication.io.SyndFeedInput
Builds SyndFeedImpl from an W3C DOM document.
build(Document) - Method in class com.sun.syndication.io.SyndFeedInput
Builds SyndFeedImpl from an JDOM document.
build(File) - Method in class com.sun.syndication.io.WireFeedInput
Builds an WireFeed (RSS or Atom) from a file.
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 in com.sun.syndication.feed.atom
Bean for category elements of Atom feeds.
Category() - Constructor for class com.sun.syndication.feed.atom.Category
Default constructor.
Category - Class in com.sun.syndication.feed.rss
Bean for categories of RSS feeds.
Category() - Constructor for class com.sun.syndication.feed.rss.Category
Default constructor.
Channel - Class in com.sun.syndication.feed.rss
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.
checkChannelConstraints(Element) - Method in class com.sun.syndication.io.impl.RSS090Generator
 
checkChannelConstraints(Element) - Method in class com.sun.syndication.io.impl.RSS091UserlandGenerator
 
checkChannelConstraints(Element) - Method in class com.sun.syndication.io.impl.RSS092Generator
 
checkChannelConstraints(Element) - Method in class com.sun.syndication.io.impl.RSS10Generator
 
checkEntriesConstraints(Element) - Method in class com.sun.syndication.io.impl.Atom03Generator
 
checkEntriesConstraints(Element) - Method in class com.sun.syndication.io.impl.Atom10Generator
 
checkEntryConstraints(Element) - Method in class com.sun.syndication.io.impl.Atom03Generator
 
checkEntryConstraints(Element) - Method in class com.sun.syndication.io.impl.Atom10Generator
 
checkFeedHeaderConstraints(Element) - Method in class com.sun.syndication.io.impl.Atom03Generator
 
checkFeedHeaderConstraints(Element) - Method in class com.sun.syndication.io.impl.Atom10Generator
 
checkImageConstraints(Element) - Method in class com.sun.syndication.io.impl.RSS090Generator
 
checkImageConstraints(Element) - Method in class com.sun.syndication.io.impl.RSS091UserlandGenerator
 
checkImageConstraints(Element) - Method in class com.sun.syndication.io.impl.RSS092Generator
 
checkImageConstraints(Element) - Method in class com.sun.syndication.io.impl.RSS10Generator
 
checkItemConstraints(Element) - Method in class com.sun.syndication.io.impl.RSS090Generator
 
checkItemConstraints(Element) - Method in class com.sun.syndication.io.impl.RSS091UserlandGenerator
 
checkItemConstraints(Element) - Method in class com.sun.syndication.io.impl.RSS092Generator
 
checkItemConstraints(Element) - Method in class com.sun.syndication.io.impl.RSS10Generator
 
checkItemsConstraints(Element) - Method in class com.sun.syndication.io.impl.RSS090Generator
 
checkItemsConstraints(Element) - Method in class com.sun.syndication.io.impl.RSS092Generator
 
checkItemsConstraints(Element) - Method in class com.sun.syndication.io.impl.RSS10Generator
 
checkLength(Element, String, int, int) - Method in class com.sun.syndication.io.impl.RSS090Generator
 
checkNotNullAndLength(Element, String, int, int) - Method in class com.sun.syndication.io.impl.RSS090Generator
 
checkTextInputConstraints(Element) - Method in class com.sun.syndication.io.impl.RSS090Generator
 
checkTextInputConstraints(Element) - Method in class com.sun.syndication.io.impl.RSS091UserlandGenerator
 
checkTextInputConstraints(Element) - Method in class com.sun.syndication.io.impl.RSS092Generator
 
checkTextInputConstraints(Element) - Method in class com.sun.syndication.io.impl.RSS10Generator
 
clone() - Method in class com.sun.syndication.feed.atom.Category
Creates a deep 'bean' clone of the object.
clone() - Method in class com.sun.syndication.feed.atom.Content
Creates a deep 'bean' clone of the object.
clone() - Method in class com.sun.syndication.feed.atom.Entry
Creates a deep 'bean' clone of the object.
clone() - Method in class com.sun.syndication.feed.atom.Generator
Creates a deep 'bean' clone of the object.
clone() - Method in class com.sun.syndication.feed.atom.Link
Creates a deep 'bean' clone of the object.
clone() - Method in class com.sun.syndication.feed.atom.Person
Creates a deep 'bean' clone of the object.
clone() - Method in class com.sun.syndication.feed.impl.CloneableBean
Makes a deep bean clone of the object.
clone() - Method in class com.sun.syndication.feed.impl.ObjectBean
Creates a deep 'bean' clone of the object.
clone() - Method in class com.sun.syndication.feed.module.DCModuleImpl
Creates a deep 'bean' clone of the object.
clone() - Method in interface com.sun.syndication.feed.module.DCSubject
Creates a deep clone of the object.
clone() - Method in class com.sun.syndication.feed.module.DCSubjectImpl
Creates a deep 'bean' clone of the object.
clone() - Method in interface com.sun.syndication.feed.module.Module
Creates a deep clone of the object.
clone() - Method in class com.sun.syndication.feed.module.ModuleImpl
Creates a deep 'bean' clone of the object.
clone() - Method in class com.sun.syndication.feed.rss.Category
Creates a deep 'bean' clone of the object.
clone() - Method in class com.sun.syndication.feed.rss.Cloud
Creates a deep 'bean' clone of the object.
clone() - Method in class com.sun.syndication.feed.rss.Content
Creates a deep 'bean' clone of the object.
clone() - Method in class com.sun.syndication.feed.rss.Description
Creates a deep 'bean' clone of the object.
clone() - Method in class com.sun.syndication.feed.rss.Enclosure
Creates a deep 'bean' clone of the object.
clone() - Method in class com.sun.syndication.feed.rss.Guid
Creates a deep 'bean' clone of the object.
clone() - Method in class com.sun.syndication.feed.rss.Image
Creates a deep 'bean' clone of the object.
clone() - Method in class com.sun.syndication.feed.rss.Item
Creates a deep 'bean' clone of the object.
clone() - Method in class com.sun.syndication.feed.rss.Source
Creates a deep 'bean' clone of the object.
clone() - Method in class com.sun.syndication.feed.rss.TextInput
Creates a deep 'bean' clone of the object.
clone() - Method in interface com.sun.syndication.feed.synd.SyndCategory
Creates a deep clone of the object.
clone() - Method in class com.sun.syndication.feed.synd.SyndCategoryImpl
Creates a deep 'bean' clone of the object.
clone() - Method in interface com.sun.syndication.feed.synd.SyndContent
Creates a deep clone of the object.
clone() - Method in class com.sun.syndication.feed.synd.SyndContentImpl
Creates a deep 'bean' clone of the object.
clone() - Method in class com.sun.syndication.feed.synd.SyndEnclosureImpl
Creates a deep 'bean' clone of the object.
clone() - Method in interface com.sun.syndication.feed.synd.SyndEntry
Creates a deep clone of the object.
clone() - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
Creates a deep 'bean' clone of the object.
clone() - Method in interface com.sun.syndication.feed.synd.SyndFeed
Creates a deep clone of the object.
clone() - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Creates a deep 'bean' clone of the object.
clone() - Method in interface com.sun.syndication.feed.synd.SyndImage
Creates a deep clone of the object.
clone() - Method in class com.sun.syndication.feed.synd.SyndImageImpl
Creates a deep 'bean' clone of the object.
clone() - Method in interface com.sun.syndication.feed.synd.SyndLink
Creates a deep 'bean' clone of the object.
clone() - Method in class com.sun.syndication.feed.synd.SyndLinkImpl
Creates a deep 'bean' clone of the object.
clone() - Method in interface com.sun.syndication.feed.synd.SyndPerson
Creates a deep clone of the object.
clone() - Method in class com.sun.syndication.feed.synd.SyndPersonImpl
Creates a deep 'bean' clone of the object.
clone() - Method in class com.sun.syndication.feed.WireFeed
Creates a deep 'bean' clone of the object.
CloneableBean - Class in com.sun.syndication.feed.impl
Provides deep Bean clonning support.
CloneableBean() - Constructor for class com.sun.syndication.feed.impl.CloneableBean
Default constructor.
CloneableBean(Object) - Constructor for class com.sun.syndication.feed.impl.CloneableBean
Creates a CloneableBean to be used in a delegation pattern.
CloneableBean(Object, Set) - Constructor for class com.sun.syndication.feed.impl.CloneableBean
Creates a CloneableBean to be used in a delegation pattern.
cloneModules(List<Module>) - Static method in class com.sun.syndication.feed.module.impl.ModuleUtils
 
close() - Method in class com.sun.syndication.io.impl.XmlFixerReader
 
close() - Method in class com.sun.syndication.io.XmlReader
Closes the XmlReader stream.
Cloud - Class in com.sun.syndication.feed.rss
Bean for clouds of RSS feeds.
Cloud() - Constructor for class com.sun.syndication.feed.rss.Cloud
Default constructor.
com.sun.syndication.feed - package com.sun.syndication.feed
 
com.sun.syndication.feed.atom - package com.sun.syndication.feed.atom
 
com.sun.syndication.feed.impl - package com.sun.syndication.feed.impl
 
com.sun.syndication.feed.module - package com.sun.syndication.feed.module
 
com.sun.syndication.feed.module.impl - package com.sun.syndication.feed.module.impl
 
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.feed.synd.impl - package com.sun.syndication.feed.synd.impl
 
com.sun.syndication.io - package com.sun.syndication.io
 
com.sun.syndication.io.impl - package com.sun.syndication.io.impl
 
Content - Class in com.sun.syndication.feed.atom
Bean for content elements of Atom feeds.
Content() - Constructor for class com.sun.syndication.feed.atom.Content
Default constructor.
Content - Class in com.sun.syndication.feed.rss
Bean for item descriptions of RSS feeds.
Content() - Constructor for class com.sun.syndication.feed.rss.Content
Default constructor.
CONVENIENCE_PROPERTIES - Static variable in class com.sun.syndication.feed.module.DCModuleImpl
Unmodifiable Set containing the convenience properties of this class.
CONVENIENCE_PROPERTIES - Static variable in class com.sun.syndication.feed.synd.SyndEntryImpl
Unmodifiable Set containing the convenience properties of this class.
CONVENIENCE_PROPERTIES - Static variable in class com.sun.syndication.feed.synd.SyndFeedImpl
Unmodifiable Set containing the convenience properties of this class.
Converter - Interface in com.sun.syndication.feed.synd
Interface that defines the functionality to convert a SyndFeedImpl to a real feed (RSS or Atom) and vice versa.
ConverterForAtom03 - Class in com.sun.syndication.feed.synd.impl
 
ConverterForAtom03() - Constructor for class com.sun.syndication.feed.synd.impl.ConverterForAtom03
 
ConverterForAtom03(String) - Constructor for class com.sun.syndication.feed.synd.impl.ConverterForAtom03
 
ConverterForAtom10 - Class in com.sun.syndication.feed.synd.impl
 
ConverterForAtom10() - Constructor for class com.sun.syndication.feed.synd.impl.ConverterForAtom10
 
ConverterForAtom10(String) - Constructor for class com.sun.syndication.feed.synd.impl.ConverterForAtom10
 
ConverterForRSS090 - Class in com.sun.syndication.feed.synd.impl
 
ConverterForRSS090() - Constructor for class com.sun.syndication.feed.synd.impl.ConverterForRSS090
 
ConverterForRSS090(String) - Constructor for class com.sun.syndication.feed.synd.impl.ConverterForRSS090
 
ConverterForRSS091Netscape - Class in com.sun.syndication.feed.synd.impl
 
ConverterForRSS091Netscape() - Constructor for class com.sun.syndication.feed.synd.impl.ConverterForRSS091Netscape
 
ConverterForRSS091Netscape(String) - Constructor for class com.sun.syndication.feed.synd.impl.ConverterForRSS091Netscape
 
ConverterForRSS091Userland - Class in com.sun.syndication.feed.synd.impl
 
ConverterForRSS091Userland() - Constructor for class com.sun.syndication.feed.synd.impl.ConverterForRSS091Userland
 
ConverterForRSS091Userland(String) - Constructor for class com.sun.syndication.feed.synd.impl.ConverterForRSS091Userland
 
ConverterForRSS092 - Class in com.sun.syndication.feed.synd.impl
 
ConverterForRSS092() - Constructor for class com.sun.syndication.feed.synd.impl.ConverterForRSS092
 
ConverterForRSS092(String) - Constructor for class com.sun.syndication.feed.synd.impl.ConverterForRSS092
 
ConverterForRSS093 - Class in com.sun.syndication.feed.synd.impl
 
ConverterForRSS093() - Constructor for class com.sun.syndication.feed.synd.impl.ConverterForRSS093
 
ConverterForRSS093(String) - Constructor for class com.sun.syndication.feed.synd.impl.ConverterForRSS093
 
ConverterForRSS094 - Class in com.sun.syndication.feed.synd.impl
 
ConverterForRSS094() - Constructor for class com.sun.syndication.feed.synd.impl.ConverterForRSS094
 
ConverterForRSS094(String) - Constructor for class com.sun.syndication.feed.synd.impl.ConverterForRSS094
 
ConverterForRSS10 - Class in com.sun.syndication.feed.synd.impl
 
ConverterForRSS10() - Constructor for class com.sun.syndication.feed.synd.impl.ConverterForRSS10
 
ConverterForRSS10(String) - Constructor for class com.sun.syndication.feed.synd.impl.ConverterForRSS10
 
ConverterForRSS20 - Class in com.sun.syndication.feed.synd.impl
 
ConverterForRSS20() - Constructor for class com.sun.syndication.feed.synd.impl.ConverterForRSS20
 
ConverterForRSS20(String) - Constructor for class com.sun.syndication.feed.synd.impl.ConverterForRSS20
 
Converters - Class in com.sun.syndication.feed.synd.impl
Created by IntelliJ IDEA.
Converters() - Constructor for class com.sun.syndication.feed.synd.impl.Converters
 
CONVERTERS_KEY - Static variable in class com.sun.syndication.feed.synd.impl.Converters
Converter.classes= [className] ...
copy(Object, Object) - Method in class com.sun.syndication.feed.impl.CopyFromHelper
 
CopyFrom<T> - Interface in com.sun.syndication.feed
 
copyFrom(CopyFrom) - Method in interface com.sun.syndication.feed.CopyFrom
Copies all the properties of the given bean into this one.
copyFrom(CopyFrom) - Method in class com.sun.syndication.feed.module.DCModuleImpl
 
copyFrom(CopyFrom) - Method in class com.sun.syndication.feed.module.DCSubjectImpl
 
copyFrom(CopyFrom) - Method in class com.sun.syndication.feed.module.SyModuleImpl
 
copyFrom(CopyFrom) - Method in class com.sun.syndication.feed.synd.SyndContentImpl
 
copyFrom(CopyFrom) - Method in class com.sun.syndication.feed.synd.SyndEnclosureImpl
 
copyFrom(CopyFrom) - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
 
copyFrom(CopyFrom) - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
 
copyFrom(CopyFrom) - Method in class com.sun.syndication.feed.synd.SyndImageImpl
 
CopyFromHelper - Class in com.sun.syndication.feed.impl
 
CopyFromHelper(Class, Map, Map) - Constructor for class com.sun.syndication.feed.impl.CopyFromHelper
 
copyInto(WireFeed, SyndFeed) - Method in interface com.sun.syndication.feed.synd.Converter
Makes a deep copy/conversion of the values of a real feed into a SyndFeedImpl.
copyInto(WireFeed, SyndFeed) - Method in class com.sun.syndication.feed.synd.impl.ConverterForAtom03
 
copyInto(WireFeed, SyndFeed) - Method in class com.sun.syndication.feed.synd.impl.ConverterForAtom10
 
copyInto(WireFeed, SyndFeed) - Method in class com.sun.syndication.feed.synd.impl.ConverterForRSS090
 
copyInto(WireFeed, SyndFeed) - Method in class com.sun.syndication.feed.synd.impl.ConverterForRSS091Userland
 
copyInto(WireFeed, SyndFeed) - Method in class com.sun.syndication.feed.synd.impl.ConverterForRSS094
 
copyInto(WireFeed, SyndFeed) - Method in class com.sun.syndication.feed.synd.impl.ConverterForRSS10
 
createAtomContent(SyndContent) - Method in class com.sun.syndication.feed.synd.impl.ConverterForAtom10
 
createAtomContents(List) - Method in class com.sun.syndication.feed.synd.impl.ConverterForAtom10
 
createAtomEnclosure(SyndEnclosure) - Method in class com.sun.syndication.feed.synd.impl.ConverterForAtom03
 
createAtomEnclosure(SyndEnclosure) - Method in class com.sun.syndication.feed.synd.impl.ConverterForAtom10
 
createAtomEntries(List) - Method in class com.sun.syndication.feed.synd.impl.ConverterForAtom03
 
createAtomEntries(List) - Method in class com.sun.syndication.feed.synd.impl.ConverterForAtom10
 
createAtomEntry(SyndEntry) - Method in class com.sun.syndication.feed.synd.impl.ConverterForAtom03
 
createAtomEntry(SyndEntry) - Method in class com.sun.syndication.feed.synd.impl.ConverterForAtom10
 
createAtomLink(SyndLink) - Method in class com.sun.syndication.feed.synd.impl.ConverterForAtom03
 
createAtomLink(SyndLink) - Method in class com.sun.syndication.feed.synd.impl.ConverterForAtom10
 
createAtomPersons(List) - Static method in class com.sun.syndication.feed.synd.impl.ConverterForAtom03
 
createDocument(Element) - Method in class com.sun.syndication.io.impl.Atom03Generator
 
createDocument(Element) - Method in class com.sun.syndication.io.impl.Atom10Generator
 
createDocument(Element) - Method in class com.sun.syndication.io.impl.RSS090Generator
 
createDocument(Element) - Method in class com.sun.syndication.io.impl.RSS091NetscapeGenerator
 
createDocument(Element) - Method in class com.sun.syndication.io.impl.RSS091UserlandGenerator
 
createEnclosures(List) - Method in class com.sun.syndication.feed.synd.impl.ConverterForRSS092
 
createItemContent(SyndContent) - Method in class com.sun.syndication.feed.synd.impl.ConverterForRSS10
 
createItemDescription(SyndContent) - Method in class com.sun.syndication.feed.synd.impl.ConverterForRSS091Userland
 
createItemDescription(SyndContent) - Method in class com.sun.syndication.feed.synd.impl.ConverterForRSS10
 
createParser() - Method in class com.sun.syndication.io.SAXBuilder
 
createRealFeed(SyndFeed) - Method in interface com.sun.syndication.feed.synd.Converter
Creates real feed with a deep copy/conversion of the values of a SyndFeedImpl.
createRealFeed(SyndFeed) - Method in class com.sun.syndication.feed.synd.impl.ConverterForAtom03
 
createRealFeed(SyndFeed) - Method in class com.sun.syndication.feed.synd.impl.ConverterForAtom10
 
createRealFeed(SyndFeed) - Method in class com.sun.syndication.feed.synd.impl.ConverterForRSS090
 
createRealFeed(String, SyndFeed) - Method in class com.sun.syndication.feed.synd.impl.ConverterForRSS090
 
createRealFeed(String, SyndFeed) - Method in class com.sun.syndication.feed.synd.impl.ConverterForRSS091Userland
 
createRealFeed(String, SyndFeed) - Method in class com.sun.syndication.feed.synd.impl.ConverterForRSS094
 
createRealFeed(String, SyndFeed) - Method in class com.sun.syndication.feed.synd.impl.ConverterForRSS10
 
createRootElement(Feed) - Method in class com.sun.syndication.io.impl.Atom03Generator
 
createRootElement(Feed) - Method in class com.sun.syndication.io.impl.Atom10Generator
 
createRootElement(Channel) - Method in class com.sun.syndication.io.impl.RSS090Generator
 
createRootElement(Channel) - Method in class com.sun.syndication.io.impl.RSS091UserlandGenerator
 
createRSSCategories(List) - Method in class com.sun.syndication.feed.synd.impl.ConverterForRSS092
 
createRSSImage(SyndImage) - Method in class com.sun.syndication.feed.synd.impl.ConverterForRSS090
 
createRSSImage(SyndImage) - Method in class com.sun.syndication.feed.synd.impl.ConverterForRSS091Userland
 
createRSSItem(SyndEntry) - Method in class com.sun.syndication.feed.synd.impl.ConverterForRSS090
 
createRSSItem(SyndEntry) - Method in class com.sun.syndication.feed.synd.impl.ConverterForRSS091Userland
 
createRSSItem(SyndEntry) - Method in class com.sun.syndication.feed.synd.impl.ConverterForRSS092
 
createRSSItem(SyndEntry) - Method in class com.sun.syndication.feed.synd.impl.ConverterForRSS093
 
createRSSItem(SyndEntry) - Method in class com.sun.syndication.feed.synd.impl.ConverterForRSS094
 
createRSSItem(SyndEntry) - Method in class com.sun.syndication.feed.synd.impl.ConverterForRSS10
 
createRSSItems(List) - Method in class com.sun.syndication.feed.synd.impl.ConverterForRSS090
 
createSAXBuilder() - Method in class com.sun.syndication.io.WireFeedInput
Creates and sets up a org.jdom.input.SAXBuilder for parsing.
createSyndCategories(List) - Method in class com.sun.syndication.feed.synd.impl.ConverterForRSS092
 
createSyndContent(Content) - Method in class com.sun.syndication.feed.synd.impl.ConverterForAtom10
 
createSyndEnclosure(Entry, Link) - Method in class com.sun.syndication.feed.synd.impl.ConverterForAtom03
 
createSyndEnclosure(Feed, Entry, Link) - Method in class com.sun.syndication.feed.synd.impl.ConverterForAtom10
 
createSyndEnclosures(List) - Method in class com.sun.syndication.feed.synd.impl.ConverterForRSS092
 
createSyndEntries(List, boolean) - Method in class com.sun.syndication.feed.synd.impl.ConverterForAtom03
 
createSyndEntries(Feed, List, boolean) - Method in class com.sun.syndication.feed.synd.impl.ConverterForAtom10
 
createSyndEntries(List, boolean) - Method in class com.sun.syndication.feed.synd.impl.ConverterForRSS090
 
createSyndEntry(Entry, boolean) - Method in class com.sun.syndication.feed.synd.impl.ConverterForAtom03
 
createSyndEntry(Feed, Entry, boolean) - Method in class com.sun.syndication.feed.synd.impl.ConverterForAtom10
 
createSyndEntry(Item, boolean) - Method in class com.sun.syndication.feed.synd.impl.ConverterForRSS090
 
createSyndEntry(Item, boolean) - Method in class com.sun.syndication.feed.synd.impl.ConverterForRSS091Userland
 
createSyndEntry(Item, boolean) - Method in class com.sun.syndication.feed.synd.impl.ConverterForRSS092
 
createSyndEntry(Item, boolean) - Method in class com.sun.syndication.feed.synd.impl.ConverterForRSS093
 
createSyndEntry(Item, boolean) - Method in class com.sun.syndication.feed.synd.impl.ConverterForRSS094
 
createSyndEntry(Item, boolean) - Method in class com.sun.syndication.feed.synd.impl.ConverterForRSS10
 
createSyndImage(Image) - Method in class com.sun.syndication.feed.synd.impl.ConverterForRSS090
 
createSyndImage(Image) - Method in class com.sun.syndication.feed.synd.impl.ConverterForRSS091Userland
 
createSyndLink(Link) - Method in class com.sun.syndication.feed.synd.impl.ConverterForAtom03
 
createSyndLink(Link) - Method in class com.sun.syndication.feed.synd.impl.ConverterForAtom10
 
createSyndLinks(List) - Method in class com.sun.syndication.feed.synd.impl.ConverterForAtom03
 
createSyndLinks(List) - Method in class com.sun.syndication.feed.synd.impl.ConverterForAtom10
 
createSyndPersons(List) - Static method in class com.sun.syndication.feed.synd.impl.ConverterForAtom03
 
createWireFeed() - Method in interface com.sun.syndication.feed.synd.SyndFeed
Creates a real feed containing the information of the SyndFeedImpl.
createWireFeed(String) - Method in interface com.sun.syndication.feed.synd.SyndFeed
Creates a real feed containing the information of the SyndFeedImpl.
createWireFeed() - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Creates a real feed containing the information of the SyndFeedImpl.
createWireFeed(String) - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Creates a real feed containing the information of the SyndFeedImpl.

D

DAILY - Static variable in interface com.sun.syndication.feed.module.SyModule
 
DateParser - Class in com.sun.syndication.io.impl
A helper class that parses Dates out of Strings with date time in RFC822 and W3CDateTime formats plus the variants Atom (0.3) and RSS (0.9, 0.91, 0.92, 0.93, 0.94, 1.0 and 2.0) specificators added to those formats.
DCModule - Interface in com.sun.syndication.feed.module
Dublin Core Module.
DCModuleGenerator - Class in com.sun.syndication.io.impl
Feed Generator for DublinCore Module.
DCModuleGenerator() - Constructor for class com.sun.syndication.io.impl.DCModuleGenerator
 
DCModuleImpl - Class in com.sun.syndication.feed.module
Dublin Core ModuleImpl, default implementation.
DCModuleImpl() - Constructor for class com.sun.syndication.feed.module.DCModuleImpl
Default constructor.
DCModuleParser - Class in com.sun.syndication.io.impl
Parser for the Dublin Core module.
DCModuleParser() - Constructor for class com.sun.syndication.io.impl.DCModuleParser
 
DCSubject - Interface in com.sun.syndication.feed.module
Subject of the Dublin Core ModuleImpl.
DCSubjectImpl - Class in com.sun.syndication.feed.module
Subject of the Dublin Core ModuleImpl, default implementation.
DCSubjectImpl() - Constructor for class com.sun.syndication.feed.module.DCSubjectImpl
Default constructor.
decode(String) - Static method in class com.sun.syndication.io.impl.Base64
Decodes a base 64 String into a String.
decode(byte[]) - Static method in class com.sun.syndication.io.impl.Base64
Dencodes a com.sun.syndication.io.impl.Base64 byte array.
DelegatingModuleGenerator - Interface in com.sun.syndication.io
Adds the ability to give a direct wire feed generator reference to plugin modules that need to call back to their wire feed to complete generation of their particular namespace.
DelegatingModuleParser - Interface in com.sun.syndication.io
Adds the ability to give a direct wire feed reference to plugin modules that need to call back to their wire feed to complete parsing of their particular namespace.
Description - Class in com.sun.syndication.feed.rss
Bean for item descriptions of RSS feeds.
Description() - Constructor for class com.sun.syndication.feed.rss.Description
Default constructor.

E

Enclosure - Class in com.sun.syndication.feed.rss
Bean for item enclosures of RSS feeds.
Enclosure() - Constructor for class com.sun.syndication.feed.rss.Enclosure
Default constructor.
encode(String) - Static method in class com.sun.syndication.io.impl.Base64
Encodes a String into a base 64 String.
encode(byte[]) - Static method in class com.sun.syndication.io.impl.Base64
Encodes a byte array into a base 64 byte array.
Entry - Class in com.sun.syndication.feed.atom
Bean for entry elements of Atom feeds.
Entry() - Constructor for class com.sun.syndication.feed.atom.Entry
Default constructor.
equals(Object) - Method in class com.sun.syndication.feed.atom.Category
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
equals(Object) - Method in class com.sun.syndication.feed.atom.Content
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
equals(Object) - Method in class com.sun.syndication.feed.atom.Entry
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
equals(Object) - Method in class com.sun.syndication.feed.atom.Generator
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
equals(Object) - Method in class com.sun.syndication.feed.atom.Link
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
equals(Object) - Method in class com.sun.syndication.feed.atom.Person
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
equals(Object) - Method in class com.sun.syndication.feed.impl.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.feed.impl.ObjectBean
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
equals(Object) - Method in class com.sun.syndication.feed.module.DCModuleImpl
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
equals(Object) - Method in class com.sun.syndication.feed.module.DCSubjectImpl
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
equals(Object) - Method in class com.sun.syndication.feed.module.ModuleImpl
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
equals(Object) - Method in class com.sun.syndication.feed.rss.Category
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
equals(Object) - Method in class com.sun.syndication.feed.rss.Cloud
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
equals(Object) - Method in class com.sun.syndication.feed.rss.Content
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
equals(Object) - Method in class com.sun.syndication.feed.rss.Description
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
equals(Object) - Method in class com.sun.syndication.feed.rss.Enclosure
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
equals(Object) - Method in class com.sun.syndication.feed.rss.Guid
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
equals(Object) - Method in class com.sun.syndication.feed.rss.Image
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
equals(Object) - Method in class com.sun.syndication.feed.rss.Item
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
equals(Object) - Method in class com.sun.syndication.feed.rss.Source
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
equals(Object) - Method in class com.sun.syndication.feed.rss.TextInput
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
equals(Object) - Method in class com.sun.syndication.feed.synd.SyndCategoryImpl
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
equals(Object) - Method in class com.sun.syndication.feed.synd.SyndContentImpl
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
equals(Object) - Method in class com.sun.syndication.feed.synd.SyndEnclosureImpl
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
equals(Object) - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
equals(Object) - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
equals(Object) - Method in class com.sun.syndication.feed.synd.SyndImageImpl
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
equals(Object) - Method in interface com.sun.syndication.feed.synd.SyndLink
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
equals(Object) - Method in class com.sun.syndication.feed.synd.SyndLinkImpl
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
equals(Object) - Method in class com.sun.syndication.feed.synd.SyndPersonImpl
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
equals(Object) - Method in class com.sun.syndication.feed.WireFeed
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
EqualsBean - Class in com.sun.syndication.feed.impl
Provides deep Bean equals() and hashCode() functionality for Java Beans.
EqualsBean(Class) - Constructor for class com.sun.syndication.feed.impl.EqualsBean
Default constructor.
EqualsBean(Class, Object) - Constructor for class com.sun.syndication.feed.impl.EqualsBean
Creates a EqualsBean to be used in a delegation pattern.
ESCAPED - Static variable in class com.sun.syndication.feed.atom.Content
Atom 0.3 only
Extendable - Interface in com.sun.syndication.feed.module
Objects that can have modules are Extendable.
extractForeignMarkup(Element, Extendable, Namespace) - Method in class com.sun.syndication.io.impl.BaseWireFeedParser
 

F

Feed - Class in com.sun.syndication.feed.atom
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.
FEED_GENERATORS_KEY - Static variable in class com.sun.syndication.io.impl.FeedGenerators
WireFeedGenerator.classes= [className] ...
FEED_PARSERS_KEY - Static variable in class com.sun.syndication.io.impl.FeedParsers
WireFeedParser.classes= [className] ...
FeedException - Exception in com.sun.syndication.io
Exception thrown by WireFeedInput, WireFeedOutput, WireFeedParser and WireFeedGenerator instances if they can not parse or generate a feed.
FeedException(String) - Constructor for exception com.sun.syndication.io.FeedException
Creates a FeedException with a message.
FeedException(String, Throwable) - Constructor for exception com.sun.syndication.io.FeedException
Creates a FeedException with a message and a root cause exception.
FeedGenerators - Class in com.sun.syndication.io.impl
Generates an XML document (JDOM Document) out of a Feed.
FeedGenerators() - Constructor for class com.sun.syndication.io.impl.FeedGenerators
 
FeedParsers - Class in com.sun.syndication.io.impl
Parses an XML document (JDOM Document) into a Feed.
FeedParsers() - Constructor for class com.sun.syndication.io.impl.FeedParsers
Creates a parser instance.
fillContentElement(Element, Content) - Method in class com.sun.syndication.io.impl.Atom03Generator
 
fillContentElement(Element, Content) - Method in class com.sun.syndication.io.impl.Atom10Generator
 
fillPersonElement(Element, Person) - Method in class com.sun.syndication.io.impl.Atom03Generator
 
fillPersonElement(Element, Person) - Method in class com.sun.syndication.io.impl.Atom10Generator
 
findRelatedLink(String) - Method in class com.sun.syndication.feed.atom.Entry
 
findRelatedLink(String) - Method in interface com.sun.syndication.feed.synd.SyndEntry
Returns the first instance of a SyndLink with the specified relation, or null
findRelatedLink(String) - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
 
formatRFC822(Date) - Static method in class com.sun.syndication.io.impl.DateParser
create a RFC822 representation of a date.
formatW3CDateTime(Date) - Static method in class com.sun.syndication.io.impl.DateParser
create a W3C Date Time representation of a date.
FRIDAY - Static variable in class com.sun.syndication.feed.rss.Channel
 

G

generate(WireFeed) - Method in class com.sun.syndication.io.impl.Atom03Generator
 
generate(WireFeed) - Method in class com.sun.syndication.io.impl.Atom10Generator
 
generate(Module, Element) - Method in class com.sun.syndication.io.impl.DCModuleGenerator
Populate an element tree with elements for a module.
generate(WireFeed) - Method in class com.sun.syndication.io.impl.RSS090Generator
 
generate(Module, Element) - Method in class com.sun.syndication.io.impl.SyModuleGenerator
 
generate(Module, Element) - Method in interface com.sun.syndication.io.ModuleGenerator
Generates and injects module metadata into an XML node (JDOM element).
generate(WireFeed) - Method in interface com.sun.syndication.io.WireFeedGenerator
Creates an XML document (JDOM) for the given feed bean.
generateCategoryElement(Category) - Method in class com.sun.syndication.io.impl.Atom10Generator
 
generateCategoryElement(Category) - Method in class com.sun.syndication.io.impl.RSS092Generator
 
generateCloud(Cloud) - Method in class com.sun.syndication.io.impl.RSS092Generator
 
generateEnclosure(Enclosure) - Method in class com.sun.syndication.io.impl.RSS092Generator
 
generateFeedModules(List, Element) - Method in class com.sun.syndication.io.impl.BaseWireFeedGenerator
 
generateForeignMarkup(Element, List) - Method in class com.sun.syndication.io.impl.BaseWireFeedGenerator
 
generateGeneratorElement(Generator) - Method in class com.sun.syndication.io.impl.Atom03Generator
 
generateGeneratorElement(Generator) - Method in class com.sun.syndication.io.impl.Atom10Generator
 
generateItemModules(List, Element) - Method in class com.sun.syndication.io.impl.BaseWireFeedGenerator
 
generateLinkElement(Link) - Method in class com.sun.syndication.io.impl.Atom03Generator
 
generateLinkElement(Link) - Method in class com.sun.syndication.io.impl.Atom10Generator
 
generateModuleNamespaceDefs(Element) - Method in class com.sun.syndication.io.impl.BaseWireFeedGenerator
 
generateModules(List, Element) - Method in class com.sun.syndication.io.impl.ModuleGenerators
 
generatePersonModules(List, Element) - Method in class com.sun.syndication.io.impl.BaseWireFeedGenerator
 
generateSimpleElement(String, String) - Method in class com.sun.syndication.io.impl.Atom03Generator
 
generateSimpleElement(String, String) - Method in class com.sun.syndication.io.impl.Atom10Generator
 
generateSimpleElement(String, String) - Method in class com.sun.syndication.io.impl.DCModuleGenerator
Utility method to generate a single element containing a string.
generateSimpleElement(String, String) - Method in class com.sun.syndication.io.impl.RSS090Generator
 
generateSimpleElementList(String, List) - Method in class com.sun.syndication.io.impl.DCModuleGenerator
Utility method to generate a list of simple elements.
generateSkipDaysElement(List) - Method in class com.sun.syndication.io.impl.RSS091UserlandGenerator
 
generateSkipHoursElement(List) - Method in class com.sun.syndication.io.impl.RSS091UserlandGenerator
 
generateSourceElement(Source) - Method in class com.sun.syndication.io.impl.RSS092Generator
 
generateSubjectElement(DCSubject) - Method in class com.sun.syndication.io.impl.DCModuleGenerator
Utility method to generate an element for a subject.
generateTagLineElement(Content) - Method in class com.sun.syndication.io.impl.Atom03Generator
 
generateTagLineElement(Content) - Method in class com.sun.syndication.io.impl.Atom10Generator
 
Generator - Class in com.sun.syndication.feed.atom
Bean for the generator element of Atom feeds.
Generator() - Constructor for class com.sun.syndication.feed.atom.Generator
Default constructor.
getAllNamespaces() - Method in class com.sun.syndication.io.impl.ModuleGenerators
 
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.
getAtomNamespace() - Method in class com.sun.syndication.io.impl.Atom03Parser
 
getAtomNamespace() - Method in class com.sun.syndication.io.impl.Atom10Parser
 
getAttribute(Element, String) - Method in class com.sun.syndication.io.impl.BaseWireFeedParser
 
getAttributeValue(Element, String) - Method in class com.sun.syndication.io.impl.BaseWireFeedParser
 
getAuthor() - Method in class com.sun.syndication.feed.rss.Item
Returns the item author.
getAuthor() - Method in interface com.sun.syndication.feed.synd.SyndEntry
Returns the name of the first entry author in the collection of authors.
getAuthor() - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
Returns the entry author.
getAuthor() - Method in interface com.sun.syndication.feed.synd.SyndFeed
Returns the name of the first feed author in the collection of authors.
getAuthor() - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Returns the feed author.
getAuthors() - Method in class com.sun.syndication.feed.atom.Entry
Returns the entry author.
getAuthors() - Method in class com.sun.syndication.feed.atom.Feed
Returns the feed author.
getAuthors() - Method in interface com.sun.syndication.feed.synd.SyndEntry
Returns the entry authors.
getAuthors() - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
 
getAuthors() - Method in interface com.sun.syndication.feed.synd.SyndFeed
Returns the feed authors.
getAuthors() - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
 
getBomEncoding() - Method in exception com.sun.syndication.io.XmlReaderException
Returns the BOM encoding found in the InputStream.
getCategories() - Method in class com.sun.syndication.feed.atom.Entry
Returns the categories
getCategories() - Method in class com.sun.syndication.feed.atom.Feed
Returns the categories
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 interface com.sun.syndication.feed.synd.SyndEntry
Returns the entry categories.
getCategories() - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
Returns the entry categories.
getCategories() - Method in interface com.sun.syndication.feed.synd.SyndFeed
Returns the feed categories.
getCategories() - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Returns the feed categories.
getCloud() - Method in class com.sun.syndication.feed.rss.Channel
Returns the channel cloud.
getColumnNumber() - Method in exception com.sun.syndication.io.ParsingFeedException
Returns the column number of the end of the text where the parse error occurred.
getComments() - Method in class com.sun.syndication.feed.rss.Item
Returns the item comments.
getContent() - Method in class com.sun.syndication.feed.rss.Item
Returns the item content.
getContentNamespace() - Method in class com.sun.syndication.io.impl.RSS090Generator
 
getContentNamespace() - Method in class com.sun.syndication.io.impl.RSS090Parser
Returns the namespace used by Content Module elements in document.
getContents() - Method in class com.sun.syndication.feed.atom.Entry
Returns the entry contents.
getContents() - Method in interface com.sun.syndication.feed.synd.SyndEntry
Returns the entry contents.
getContents() - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
Returns the entry contents.
getContentTypeEncoding() - Method in exception com.sun.syndication.io.XmlReaderException
Returns the encoding in the content-type used to attempt determining the encoding.
getContentTypeMime() - Method in exception com.sun.syndication.io.XmlReaderException
Returns the MIME type in the content-type used to attempt determining the encoding.
getContributor() - Method in interface com.sun.syndication.feed.module.DCModule
Gets the DublinCore module contributor.
getContributor() - Method in class com.sun.syndication.feed.module.DCModuleImpl
Gets the DublinCore module contributor.
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 interface com.sun.syndication.feed.module.DCModule
Returns the DublinCore module contributor.
getContributors() - Method in class com.sun.syndication.feed.module.DCModuleImpl
Returns the DublinCore module contributor.
getContributors() - Method in interface com.sun.syndication.feed.synd.SyndEntry
Returns the feed author.
getContributors() - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
 
getContributors() - Method in interface com.sun.syndication.feed.synd.SyndFeed
Returns the feed author.
getContributors() - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
 
getConverter(String) - Method in class com.sun.syndication.feed.synd.impl.Converters
 
getCopyright() - Method in class com.sun.syndication.feed.atom.Feed
Returns the feed copyright (Atom 0.3, maps to Feed.getRights()).
getCopyright() - Method in class com.sun.syndication.feed.rss.Channel
Returns the channel copyright.
getCopyright() - Method in interface com.sun.syndication.feed.synd.SyndFeed
Returns the feed copyright.
getCopyright() - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Returns the feed copyright.
getCoverage() - Method in interface com.sun.syndication.feed.module.DCModule
Gets the DublinCore module coverage.
getCoverage() - Method in class com.sun.syndication.feed.module.DCModuleImpl
Gets the DublinCore module coverage.
getCoverages() - Method in interface com.sun.syndication.feed.module.DCModule
Returns the DublinCore module coverage.
getCoverages() - Method in class com.sun.syndication.feed.module.DCModuleImpl
Returns the DublinCore module coverage.
getCreated() - Method in class com.sun.syndication.feed.atom.Entry
Returns the entry created date (Atom 0.3 only)
getCreator() - Method in interface com.sun.syndication.feed.module.DCModule
Gets the DublinCore module creator.
getCreator() - Method in class com.sun.syndication.feed.module.DCModuleImpl
Gets the DublinCore module title.
getCreators() - Method in interface com.sun.syndication.feed.module.DCModule
Returns the DublinCore module creator.
getCreators() - Method in class com.sun.syndication.feed.module.DCModuleImpl
Returns the DublinCore module creator.
getDate() - Method in interface com.sun.syndication.feed.module.DCModule
Gets the DublinCore module date.
getDate() - Method in class com.sun.syndication.feed.module.DCModuleImpl
Gets the DublinCore module date.
getDates() - Method in interface com.sun.syndication.feed.module.DCModule
Returns the DublinCore module date.
getDates() - Method in class com.sun.syndication.feed.module.DCModuleImpl
Returns the DublinCore module date.
getDefaultEncoding() - Static method in class com.sun.syndication.io.XmlReader
Returns the default encoding to use if none is set in HTTP content-type, XML prolog and the rules based on content-type are not adequate.
getDescription() - Method in interface com.sun.syndication.feed.module.DCModule
Gets the DublinCore module description.
getDescription() - Method in class com.sun.syndication.feed.module.DCModuleImpl
Gets 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 interface com.sun.syndication.feed.synd.SyndEntry
Returns the entry description.
getDescription() - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
Returns the entry description.
getDescription() - Method in interface com.sun.syndication.feed.synd.SyndFeed
Returns the feed description.
getDescription() - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Returns the feed description.
getDescription() - Method in interface com.sun.syndication.feed.synd.SyndImage
Returns the image description.
getDescription() - Method in class com.sun.syndication.feed.synd.SyndImageImpl
Returns the image description.
getDescriptionEx() - Method in interface com.sun.syndication.feed.synd.SyndFeed
Returns the feed description as a text construct.
getDescriptionEx() - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Returns the feed description as a text construct.
getDescriptions() - Method in interface com.sun.syndication.feed.module.DCModule
Returns the DublinCore module description.
getDescriptions() - Method in class com.sun.syndication.feed.module.DCModuleImpl
Returns the DublinCore module 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.
getEmail() - Method in interface com.sun.syndication.feed.synd.SyndPerson
Returns email of person.
getEmail() - Method in class com.sun.syndication.feed.synd.SyndPersonImpl
Returns the person's e-mail address.
getEnclosures() - Method in class com.sun.syndication.feed.rss.Item
Returns the item enclosures.
getEnclosures() - Method in interface com.sun.syndication.feed.synd.SyndEntry
Returns the entry enclosures.
getEnclosures() - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
Returns the entry enclosures.
getEncoding() - Method in interface com.sun.syndication.feed.synd.SyndFeed
Returns the charset encoding of a the feed.
getEncoding() - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Returns the charset encoding of a the feed.
getEncoding() - Method in class com.sun.syndication.feed.WireFeed
Returns the charset encoding of a the feed.
getEncoding() - Method in class com.sun.syndication.io.XmlReader
Returns the charset encoding of the XmlReader.
getEntries() - Method in class com.sun.syndication.feed.atom.Feed
Returns the feed entries.
getEntries() - Method in interface com.sun.syndication.feed.synd.SyndFeed
Returns the feed entries.
getEntries() - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Returns the feed entries.
getExpirationDate() - Method in class com.sun.syndication.feed.rss.Item
Returns the item expiration date.
getFeedNamespace() - Method in class com.sun.syndication.io.impl.Atom03Generator
 
getFeedNamespace() - Method in class com.sun.syndication.io.impl.Atom10Generator
 
getFeedNamespace() - Method in class com.sun.syndication.io.impl.RSS090Generator
 
getFeedNamespace() - Method in class com.sun.syndication.io.impl.RSS091UserlandGenerator
 
getFeedNamespace() - Method in class com.sun.syndication.io.impl.RSS10Generator
 
getFeedType() - Method in interface com.sun.syndication.feed.synd.SyndFeed
Returns the wire feed type the feed had/will-have when converted from/to a WireFeed.
getFeedType() - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Returns the wire feed type the feed had/will-have when coverted from/to a WireFeed.
getFeedType() - Method in class com.sun.syndication.feed.WireFeed
Returns the type of the feed.
getForeignMarkup() - Method in class com.sun.syndication.feed.atom.Entry
Returns foreign markup found at entry level.
getForeignMarkup() - Method in class com.sun.syndication.feed.rss.Item
Returns foreign markup found at item level.
getForeignMarkup() - Method in interface com.sun.syndication.feed.synd.SyndEntry
Returns foreign markup found at channel level.
getForeignMarkup() - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
Returns foreign markup found at channel level.
getForeignMarkup() - Method in interface com.sun.syndication.feed.synd.SyndFeed
Returns foreign markup found at channel level.
getForeignMarkup() - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Returns foreign markup found at channel level.
getForeignMarkup() - Method in class com.sun.syndication.feed.WireFeed
Returns foreign markup found at channel level.
getFormat() - Method in interface com.sun.syndication.feed.module.DCModule
Gets the DublinCore module format.
getFormat() - Method in class com.sun.syndication.feed.module.DCModuleImpl
Gets the DublinCore module format.
getFormats() - Method in interface com.sun.syndication.feed.module.DCModule
Returns the DublinCore module format.
getFormats() - Method in class com.sun.syndication.feed.module.DCModuleImpl
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.
getGenerator(String) - Method in class com.sun.syndication.io.impl.FeedGenerators
 
getGenerator(String) - Method in class com.sun.syndication.io.impl.ModuleGenerators
 
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.
getHref() - Method in interface com.sun.syndication.feed.synd.SyndLink
Returns the link href.
getHref() - Method in class com.sun.syndication.feed.synd.SyndLinkImpl
Returns the link href.
getHreflang() - Method in class com.sun.syndication.feed.atom.Link
Returns the hreflang
getHreflang() - Method in interface com.sun.syndication.feed.synd.SyndLink
Returns the hreflang
getHreflang() - Method in class com.sun.syndication.feed.synd.SyndLinkImpl
Returns the hreflang
getHrefResolved() - Method in class com.sun.syndication.feed.atom.Link
 
getIcon() - Method in class com.sun.syndication.feed.atom.Feed
Returns the icon
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 interface com.sun.syndication.feed.module.DCModule
Gets the DublinCore module identifier.
getIdentifier() - Method in class com.sun.syndication.feed.module.DCModuleImpl
Gets the DublinCore module identifier.
getIdentifiers() - Method in interface com.sun.syndication.feed.module.DCModule
Returns the DublinCore module identifier.
getIdentifiers() - Method in class com.sun.syndication.feed.module.DCModuleImpl
Returns the DublinCore module identifier.
getImage() - Method in class com.sun.syndication.feed.rss.Channel
Returns the channel image.
getImage() - Method in interface com.sun.syndication.feed.synd.SyndFeed
Returns the feed image.
getImage() - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Returns the feed image.
getImage(Element) - Method in class com.sun.syndication.io.impl.RSS090Parser
This method exists because RSS0.90 and RSS1.0 have the 'image' element under the root elemment.
getImage(Element) - Method in class com.sun.syndication.io.impl.RSS091UserlandParser
It looks for the 'image' elements under the 'channel' elemment.
getInfo() - Method in class com.sun.syndication.feed.atom.Feed
Returns the feed info (Atom 0.3 only)
getInputStream() - Method in exception com.sun.syndication.io.XmlReaderException
Returns the unconsumed InputStream to allow the application to do an alternate encoding detection on the InputStream.
getInterface() - Method in interface com.sun.syndication.feed.CopyFrom
Returns the interface the copyFrom works on.
getInterface() - Method in class com.sun.syndication.feed.module.DCModuleImpl
 
getInterface() - Method in class com.sun.syndication.feed.module.DCSubjectImpl
 
getInterface() - Method in class com.sun.syndication.feed.module.SyModuleImpl
 
getInterface() - Method in class com.sun.syndication.feed.synd.SyndContentImpl
 
getInterface() - Method in class com.sun.syndication.feed.synd.SyndEnclosureImpl
 
getInterface() - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
 
getInterface() - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
 
getInterface() - Method in class com.sun.syndication.feed.synd.SyndImageImpl
 
getIssued() - Method in class com.sun.syndication.feed.atom.Entry
Returns the entry issued date (Atom 0.3, maps to Entry.getPublished()).
getItems() - Method in class com.sun.syndication.feed.rss.Channel
Returns the channel items.
getItems(Element) - Method in class com.sun.syndication.io.impl.RSS090Parser
This method exists because RSS0.90 and RSS1.0 have the 'item' elements under the root elemment.
getItems(Element) - Method in class com.sun.syndication.io.impl.RSS091UserlandParser
It looks for the 'item' elements under the 'channel' elemment.
getKey(Object) - Method in class com.sun.syndication.feed.synd.impl.Converters
 
getKey(Object) - Method in class com.sun.syndication.io.impl.FeedGenerators
 
getKey(Object) - Method in class com.sun.syndication.io.impl.FeedParsers
 
getKey(Object) - Method in class com.sun.syndication.io.impl.ModuleGenerators
 
getKey(Object) - Method in class com.sun.syndication.io.impl.ModuleParsers
 
getKey(Object) - Method in class com.sun.syndication.io.impl.PluginManager
 
getKeys() - Method in class com.sun.syndication.io.impl.PluginManager
 
getLabel() - Method in class com.sun.syndication.feed.atom.Category
Get label for category.
getLanguage() - Method in class com.sun.syndication.feed.atom.Feed
Returns the feed language (Atom 0.3 only)
getLanguage() - Method in interface com.sun.syndication.feed.module.DCModule
Gets the DublinCore module language.
getLanguage() - Method in class com.sun.syndication.feed.module.DCModuleImpl
Gets the DublinCore module language.
getLanguage() - Method in class com.sun.syndication.feed.rss.Channel
Returns the channel language.
getLanguage() - Method in interface com.sun.syndication.feed.synd.SyndFeed
Returns the feed language.
getLanguage() - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Returns the feed language.
getLanguages() - Method in interface com.sun.syndication.feed.module.DCModule
Returns the DublinCore module language.
getLanguages() - Method in class com.sun.syndication.feed.module.DCModuleImpl
Returns the DublinCore module 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.atom.Link
Returns the length
getLength() - Method in class com.sun.syndication.feed.rss.Enclosure
Returns the enclosure length.
getLength() - Method in interface com.sun.syndication.feed.synd.SyndEnclosure
Returns the enclosure length.
getLength() - Method in class com.sun.syndication.feed.synd.SyndEnclosureImpl
Returns the enclosure length.
getLength() - Method in interface com.sun.syndication.feed.synd.SyndLink
Returns the length
getLength() - Method in class com.sun.syndication.feed.synd.SyndLinkImpl
Returns the length
getLineNumber() - Method in exception com.sun.syndication.io.ParsingFeedException
Returns the line number of the end of the text where the parse error occurred.
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 interface com.sun.syndication.feed.synd.SyndEntry
Returns the entry link.
getLink() - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
Returns the entry link.
getLink() - Method in interface com.sun.syndication.feed.synd.SyndFeed
Returns the feed link.
getLink() - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Returns the feed link.
getLink() - Method in interface com.sun.syndication.feed.synd.SyndImage
Returns the image link.
getLink() - Method in class com.sun.syndication.feed.synd.SyndImageImpl
Returns the image link.
getLinks() - Method in interface com.sun.syndication.feed.synd.SyndEntry
Returns the entry links
getLinks() - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
Returns the links
getLinks() - Method in interface com.sun.syndication.feed.synd.SyndFeed
Returns the entry links
getLinks() - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Returns the links
getLogo() - Method in class com.sun.syndication.feed.atom.Feed
Returns the logo
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 (Atom 0.3 only).
getMode() - Method in interface com.sun.syndication.feed.synd.SyndContent
Gets the content mode (needed for Atom 0.3 support).
getMode() - Method in class com.sun.syndication.feed.synd.SyndContentImpl
Returns the content mode.
getModified() - Method in class com.sun.syndication.feed.atom.Entry
Returns the entry modified date (Atom 0.3, maps to Entry.getUpdated()).
getModified() - Method in class com.sun.syndication.feed.atom.Feed
Returns the feed modified date (Atom 0.3, maps to Feed.getUpdated()).
getModule(String) - Method in class com.sun.syndication.feed.atom.Entry
Returns the module identified by a given URI.
getModule(String) - Method in class com.sun.syndication.feed.atom.Feed
Returns the module identified by a given URI.
getModule(String) - Method in class com.sun.syndication.feed.atom.Person
Returns the module identified by a given URI.
getModule(String) - Method in interface com.sun.syndication.feed.module.Extendable
Returns the module identified by a given URI.
getModule(List<Module>, String) - Static method in class com.sun.syndication.feed.module.impl.ModuleUtils
 
getModule(String) - Method in class com.sun.syndication.feed.rss.Channel
Returns the module identified by a given URI.
getModule(String) - Method in class com.sun.syndication.feed.rss.Item
Returns the module identified by a given URI.
getModule(String) - Method in interface com.sun.syndication.feed.synd.SyndEntry
Returns the module identified by a given URI.
getModule(String) - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
Returns the module identified by a given URI.
getModule(String) - Method in interface com.sun.syndication.feed.synd.SyndFeed
Returns the module identified by a given URI.
getModule(String) - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Returns the module identified by a given URI.
getModule(String) - Method in class com.sun.syndication.feed.synd.SyndPersonImpl
Returns the module identified by a given URI.
getModule(String) - Method in class com.sun.syndication.feed.WireFeed
Returns the module identified by a given URI.
getModuleNamespaces() - Method in class com.sun.syndication.io.impl.ModuleGenerators
 
getModuleNamespaces() - Method in class com.sun.syndication.io.impl.ModuleParsers
 
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.atom.Person
Returns the entry modules.
getModules() - Method in interface com.sun.syndication.feed.module.Extendable
Returns the entry 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 interface com.sun.syndication.feed.synd.SyndEntry
Returns the entry modules.
getModules() - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
Returns the entry modules.
getModules() - Method in interface com.sun.syndication.feed.synd.SyndFeed
Returns the feed modules.
getModules() - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Returns the feed modules.
getModules() - Method in class com.sun.syndication.feed.synd.SyndPersonImpl
Returns the person modules.
getModules() - Method in class com.sun.syndication.feed.WireFeed
Returns the channel 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 interface com.sun.syndication.feed.synd.SyndCategory
Returns the category name.
getName() - Method in class com.sun.syndication.feed.synd.SyndCategoryImpl
Returns the category name.
getName() - Method in interface com.sun.syndication.feed.synd.SyndPerson
Returns name of person
getName() - Method in class com.sun.syndication.feed.synd.SyndPersonImpl
Returns the person name.
getNamespaces() - Method in class com.sun.syndication.io.impl.DCModuleGenerator
Returns a set with all the URIs (JDOM Namespace elements) this module generator uses.
getNamespaces() - Method in class com.sun.syndication.io.impl.SyModuleGenerator
Returns a set with all the URIs (JDOM Namespace elements) this module generator uses.
getNamespaces() - Method in interface com.sun.syndication.io.ModuleGenerator
Returns a set with all the URIs (JDOM Namespace elements) this module generator uses.
getNamespaceUri() - Method in class com.sun.syndication.io.impl.DCModuleGenerator
 
getNamespaceUri() - Method in class com.sun.syndication.io.impl.DCModuleParser
 
getNamespaceUri() - Method in class com.sun.syndication.io.impl.SyModuleGenerator
 
getNamespaceUri() - Method in class com.sun.syndication.io.impl.SyModuleParser
 
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.
getNumberOfEnclosures(List) - Method in class com.sun.syndication.io.impl.RSS092Generator
 
getNumberOfEnclosures(List) - Method in class com.sun.syndication.io.impl.RSS093Generator
 
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).
getParserFor(Document) - Method in class com.sun.syndication.io.impl.FeedParsers
Finds the real parser type for the given document feed.
getPath() - Method in class com.sun.syndication.feed.rss.Cloud
Returns the cloud path.
getPlugin(String) - Method in class com.sun.syndication.io.impl.PluginManager
 
getPluginMap() - Method in class com.sun.syndication.io.impl.PluginManager
 
getPlugins() - Method in class com.sun.syndication.io.impl.PluginManager
 
getPort() - Method in class com.sun.syndication.feed.rss.Cloud
Returns the cloud port.
getPropertiesLoader() - Static method in class com.sun.syndication.io.impl.PropertiesLoader
Returns the PropertiesLoader singleton used by ROME to load plugin components.
getProperty(String) - Method in class com.sun.syndication.io.impl.PropertiesLoader
Returns an array of values stored under a property key in all properties files.
getPropertyDescriptors(Class) - Static method in class com.sun.syndication.feed.impl.BeanIntrospector
 
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.
getPublished() - Method in class com.sun.syndication.feed.atom.Entry
Returns the published
getPublishedDate() - Method in interface com.sun.syndication.feed.synd.SyndEntry
Returns the entry published date.
getPublishedDate() - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
Returns the entry published date.
getPublishedDate() - Method in interface com.sun.syndication.feed.synd.SyndFeed
Returns the feed published date.
getPublishedDate() - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Returns the feed published date.
getPublisher() - Method in interface com.sun.syndication.feed.module.DCModule
Gets the DublinCore module publisher.
getPublisher() - Method in class com.sun.syndication.feed.module.DCModuleImpl
Gets the DublinCore module title.
getPublishers() - Method in interface com.sun.syndication.feed.module.DCModule
Returns the DublinCore module publisher.
getPublishers() - Method in class com.sun.syndication.feed.module.DCModuleImpl
Returns the DublinCore module publisher.
getRating() - Method in class com.sun.syndication.feed.rss.Channel
Returns the channel rating.
getRDFNamespace() - Method in class com.sun.syndication.io.impl.RSS090Generator
 
getRDFNamespace() - Method in class com.sun.syndication.io.impl.RSS090Parser
Returns the namespace used by RDF elements in document of the RSS version the parser supports.
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.
getRel() - Method in interface com.sun.syndication.feed.synd.SyndLink
Returns the link rel.
getRel() - Method in class com.sun.syndication.feed.synd.SyndLinkImpl
Returns the link rel.
getRelation() - Method in interface com.sun.syndication.feed.module.DCModule
Gets the DublinCore module relation.
getRelation() - Method in class com.sun.syndication.feed.module.DCModuleImpl
Gets the DublinCore module relation.
getRelations() - Method in interface com.sun.syndication.feed.module.DCModule
Returns the DublinCore module relation.
getRelations() - Method in class com.sun.syndication.feed.module.DCModuleImpl
Returns the DublinCore module relation.
getResolveURIs() - Static method in class com.sun.syndication.io.impl.Atom10Parser
 
getRights() - Method in class com.sun.syndication.feed.atom.Entry
Returns the rights
getRights() - Method in class com.sun.syndication.feed.atom.Feed
Returns the rights
getRights() - Method in interface com.sun.syndication.feed.module.DCModule
Gets the DublinCore module right.
getRights() - Method in class com.sun.syndication.feed.module.DCModuleImpl
Gets the DublinCore module rights.
getRightsList() - Method in interface com.sun.syndication.feed.module.DCModule
Returns the DublinCore module rights.
getRightsList() - Method in class com.sun.syndication.feed.module.DCModuleImpl
Returns the DublinCore module rights.
getRSSNamespace() - Method in class com.sun.syndication.io.impl.RSS090Parser
Returns the namespace used by RSS elements in document of the RSS version the parser supports.
getRSSNamespace() - Method in class com.sun.syndication.io.impl.RSS091UserlandParser
 
getRSSNamespace() - Method in class com.sun.syndication.io.impl.RSS10Parser
Returns the namespace used by RSS elements in document of the RSS 1.0
getRSSNamespace() - Method in class com.sun.syndication.io.impl.RSS20wNSParser
 
getRSSVersion() - Method in class com.sun.syndication.io.impl.RSS091UserlandParser
 
getRSSVersion() - Method in class com.sun.syndication.io.impl.RSS092Parser
 
getRSSVersion() - Method in class com.sun.syndication.io.impl.RSS093Parser
 
getRSSVersion() - Method in class com.sun.syndication.io.impl.RSS094Parser
 
getRSSVersion() - Method in class com.sun.syndication.io.impl.RSS20Parser
 
getScheme() - Method in class com.sun.syndication.feed.atom.Category
Get Scheme URI for category.
getSchemeResolved() - Method in class com.sun.syndication.feed.atom.Category
 
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.atom.Entry
Returns the source
getSource() - Method in interface com.sun.syndication.feed.module.DCModule
Gets the DublinCore module subject.
getSource() - Method in class com.sun.syndication.feed.module.DCModuleImpl
Gets the DublinCore module source.
getSource() - Method in class com.sun.syndication.feed.rss.Item
Returns the item source.
getSource() - Method in interface com.sun.syndication.feed.synd.SyndEntry
Returns the entry source.
getSource() - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
 
getSources() - Method in interface com.sun.syndication.feed.module.DCModule
Returns the DublinCore module source.
getSources() - Method in class com.sun.syndication.feed.module.DCModuleImpl
Returns the DublinCore module source.
getSrc() - Method in class com.sun.syndication.feed.atom.Content
Returns the src
getSubject() - Method in interface com.sun.syndication.feed.module.DCModule
Gets the DublinCore module subject.
getSubject() - Method in class com.sun.syndication.feed.module.DCModuleImpl
Gets the DublinCore module subject.
getSubjects() - Method in interface com.sun.syndication.feed.module.DCModule
Returns the DublinCore module subjects.
getSubjects() - Method in class com.sun.syndication.feed.module.DCModuleImpl
Returns the DublinCore module subjects.
getSubtitle() - Method in class com.sun.syndication.feed.atom.Feed
Returns the subtitle
getSummary() - Method in class com.sun.syndication.feed.atom.Entry
Returns the entry summary.
getSupportedFeedTypes() - Method in class com.sun.syndication.feed.synd.impl.Converters
 
getSupportedFeedTypes() - Method in interface com.sun.syndication.feed.synd.SyndFeed
Returns the real feed types the SyndFeedImpl supports when converting from and to.
getSupportedFeedTypes() - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Returns the real feed types the SyndFeedImpl supports when converting from and to.
getSupportedFeedTypes() - Method in class com.sun.syndication.io.impl.FeedGenerators
 
getSupportedFeedTypes() - Method in class com.sun.syndication.io.impl.FeedParsers
 
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 (Atom 0.3, maps to Feed.getSubtitle()).
getTaxonomy(Element) - Method in class com.sun.syndication.io.impl.DCModuleParser
Utility method to parse a taxonomy from an element.
getTaxonomyUri() - Method in interface com.sun.syndication.feed.module.DCSubject
Returns the DublinCore subject taxonomy URI.
getTaxonomyUri() - Method in class com.sun.syndication.feed.module.DCSubjectImpl
Returns the DublinCore subject taxonomy URI.
getTaxonomyUri() - Method in interface com.sun.syndication.feed.synd.SyndCategory
Returns the category taxonomy URI.
getTaxonomyUri() - Method in class com.sun.syndication.feed.synd.SyndCategoryImpl
Returns the category taxonomy URI.
getTerm() - Method in class com.sun.syndication.feed.atom.Category
Return term for category.
getTextInput() - Method in class com.sun.syndication.feed.rss.Channel
Returns the channel text input.
getTextInput(Element) - Method in class com.sun.syndication.io.impl.RSS090Parser
This method exists because RSS0.90 and RSS1.0 have the 'textinput' element under the root elemment.
getTextInput(Element) - Method in class com.sun.syndication.io.impl.RSS091UserlandParser
It looks for the 'textinput' elements under the 'channel' elemment.
getTextInputLabel() - Method in class com.sun.syndication.io.impl.RSS090Generator
 
getTextInputLabel() - Method in class com.sun.syndication.io.impl.RSS091NetscapeGenerator
 
getTextInputLabel() - Method in class com.sun.syndication.io.impl.RSS091NetscapeParser
 
getTextInputLabel() - Method in class com.sun.syndication.io.impl.RSS091UserlandParser
To be overriden by RSS 0.91 Netscape parser
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 interface com.sun.syndication.feed.module.DCModule
Gets the DublinCore module title.
getTitle() - Method in class com.sun.syndication.feed.module.DCModuleImpl
Gets 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 interface com.sun.syndication.feed.synd.SyndEntry
Returns the entry title.
getTitle() - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
Returns the entry title.
getTitle() - Method in interface com.sun.syndication.feed.synd.SyndFeed
Returns the feed title.
getTitle() - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Returns the feed title.
getTitle() - Method in interface com.sun.syndication.feed.synd.SyndImage
Returns the image title.
getTitle() - Method in class com.sun.syndication.feed.synd.SyndImageImpl
Returns the image title.
getTitle() - Method in interface com.sun.syndication.feed.synd.SyndLink
Returns the link title.
getTitle() - Method in class com.sun.syndication.feed.synd.SyndLinkImpl
Returns the link title.
getTitleEx() - Method in class com.sun.syndication.feed.atom.Entry
Returns the entry title as a text construct.
getTitleEx() - Method in class com.sun.syndication.feed.atom.Feed
Returns the feed title.
getTitleEx() - Method in interface com.sun.syndication.feed.synd.SyndEntry
Returns the entry title as a text construct.
getTitleEx() - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
Returns the entry title as a text construct.
getTitleEx() - Method in interface com.sun.syndication.feed.synd.SyndFeed
Returns the feed title.
getTitleEx() - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Returns the feed title as a text construct.
getTitles() - Method in interface com.sun.syndication.feed.module.DCModule
Returns the DublinCore module titles.
getTitles() - Method in class com.sun.syndication.feed.module.DCModuleImpl
Returns the DublinCore module titles.
getTokenizedProperty(String, String) - Method in class com.sun.syndication.io.impl.PropertiesLoader
Returns an array of tokenized values stored under a property key in all properties files.
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 interface com.sun.syndication.feed.module.DCModule
Gets the DublinCore module type.
getType() - Method in class com.sun.syndication.feed.module.DCModuleImpl
Gets the DublinCore module type.
getType() - Method in class com.sun.syndication.feed.rss.Content
Returns the description 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.impl.ConverterForAtom03
 
getType() - Method in class com.sun.syndication.feed.synd.impl.ConverterForAtom10
 
getType() - Method in class com.sun.syndication.feed.synd.impl.ConverterForRSS090
 
getType() - Method in interface com.sun.syndication.feed.synd.SyndContent
Returns the content type.
getType() - Method in class com.sun.syndication.feed.synd.SyndContentImpl
Returns the content type.
getType() - Method in interface com.sun.syndication.feed.synd.SyndEnclosure
Returns the enclosure type.
getType() - Method in class com.sun.syndication.feed.synd.SyndEnclosureImpl
Returns the enclosure type.
getType() - Method in interface com.sun.syndication.feed.synd.SyndLink
Returns the link type.
getType() - Method in class com.sun.syndication.feed.synd.SyndLinkImpl
Returns the link type.
getType() - Method in class com.sun.syndication.io.impl.BaseWireFeedGenerator
 
getType() - Method in class com.sun.syndication.io.impl.BaseWireFeedParser
Returns the type of feed the parser handles.
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.
getTypes() - Method in interface com.sun.syndication.feed.module.DCModule
Returns the DublinCore module type.
getTypes() - Method in class com.sun.syndication.feed.module.DCModuleImpl
Returns the DublinCore module type.
getUpdateBase() - Method in interface com.sun.syndication.feed.module.SyModule
Returns the Syndication module update base date.
getUpdateBase() - Method in class com.sun.syndication.feed.module.SyModuleImpl
Returns the Syndication module update base date.
getUpdated() - Method in class com.sun.syndication.feed.atom.Entry
Returns the updated
getUpdated() - Method in class com.sun.syndication.feed.atom.Feed
Returns the updated
getUpdatedDate() - Method in interface com.sun.syndication.feed.synd.SyndEntry
Returns the entry updated date.
getUpdatedDate() - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
Returns the updatedDate
getUpdateFrequency() - Method in interface com.sun.syndication.feed.module.SyModule
Returns the Syndication module update frequency.
getUpdateFrequency() - Method in class com.sun.syndication.feed.module.SyModuleImpl
Returns the Syndication module update frequency.
getUpdatePeriod() - Method in interface com.sun.syndication.feed.module.SyModule
Returns the Syndication module update period.
getUpdatePeriod() - Method in class com.sun.syndication.feed.module.SyModuleImpl
Returns the Syndication module update period.
getUri() - Method in class com.sun.syndication.feed.atom.Person
Returns the uri
getUri() - Method in interface com.sun.syndication.feed.module.Module
Returns the URI of the module.
getUri() - Method in class com.sun.syndication.feed.module.ModuleImpl
Returns the URI of the module.
getUri() - Method in class com.sun.syndication.feed.rss.Channel
Returns the channel uri.
getUri() - Method in class com.sun.syndication.feed.rss.Item
Returns the item uri.
getUri() - Method in interface com.sun.syndication.feed.synd.SyndEntry
Returns the entry URI.
getUri() - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
Returns the entry URI.
getUri() - Method in interface com.sun.syndication.feed.synd.SyndFeed
Returns the feed URI.
getUri() - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Returns the feed URI.
getUri() - Method in interface com.sun.syndication.feed.synd.SyndPerson
Returns URI of person.
getUri() - Method in class com.sun.syndication.feed.synd.SyndPersonImpl
Returns the person's URI.
getUriResolved(String) - Method in class com.sun.syndication.feed.atom.Person
 
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 (same as Person.getUri())
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 interface com.sun.syndication.feed.synd.SyndEnclosure
Returns the enclosure URL.
getUrl() - Method in class com.sun.syndication.feed.synd.SyndEnclosureImpl
Returns the enclosure URL.
getUrl() - Method in interface com.sun.syndication.feed.synd.SyndImage
Returns the image URL.
getUrl() - Method in class com.sun.syndication.feed.synd.SyndImageImpl
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 interface com.sun.syndication.feed.module.DCSubject
Returns the DublinCore subject value.
getValue() - Method in class com.sun.syndication.feed.module.DCSubjectImpl
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.Content
Returns the description 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 interface com.sun.syndication.feed.synd.SyndContent
Returns the content value.
getValue() - Method in class com.sun.syndication.feed.synd.SyndContentImpl
Returns the content value.
getVersion() - Method in class com.sun.syndication.feed.atom.Generator
Returns the generator version.
getVersion() - Method in class com.sun.syndication.io.impl.Atom03Generator
 
getVersion() - Method in class com.sun.syndication.io.impl.Atom10Generator
 
getVersion() - Method in class com.sun.syndication.io.impl.RSS091UserlandGenerator
 
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.
getWireEntry() - Method in interface com.sun.syndication.feed.synd.SyndEntry
Return the original item this SyndEntry is generated from.
getWireEntry() - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
 
getXmlBase() - Method in class com.sun.syndication.feed.atom.Entry
Returns the xmlBase
getXmlBase() - Method in class com.sun.syndication.feed.atom.Feed
Returns the xmlBase
getXmlEncoding() - Method in exception com.sun.syndication.io.XmlReaderException
Returns the encoding found in the XML prolog of the InputStream.
getXmlGuessEncoding() - Method in exception com.sun.syndication.io.XmlReaderException
Returns the encoding guess based on the first bytes of the InputStream.
getXmlHealerOn() - Method in class com.sun.syndication.io.SyndFeedInput
Indicates if the WiredFeedInput instance will XML heal (if necessary) the character stream.
getXmlHealerOn() - Method in class com.sun.syndication.io.WireFeedInput
Indicates if the WiredFeedInput instance will XML heal (if necessary) the character stream.
Guid - Class in com.sun.syndication.feed.rss
Bean for item GUIDs of RSS feeds.
Guid() - Constructor for class com.sun.syndication.feed.rss.Guid
Default constructor.

H

hashCode() - Method in class com.sun.syndication.feed.atom.Category
Returns a hashcode value for the object.
hashCode() - Method in class com.sun.syndication.feed.atom.Content
Returns a hashcode value for the object.
hashCode() - Method in class com.sun.syndication.feed.atom.Entry
Returns a hashcode value for the object.
hashCode() - Method in class com.sun.syndication.feed.atom.Generator
Returns a hashcode value for the object.
hashCode() - Method in class com.sun.syndication.feed.atom.Link
Returns a hashcode value for the object.
hashCode() - Method in class com.sun.syndication.feed.atom.Person
Returns a hashcode value for the object.
hashCode() - Method in class com.sun.syndication.feed.impl.EqualsBean
Returns the hashcode for this object.
hashCode() - Method in class com.sun.syndication.feed.impl.ObjectBean
Returns a hashcode value for the object.
hashCode() - Method in class com.sun.syndication.feed.module.DCModuleImpl
Returns a hashcode value for the object.
hashCode() - Method in class com.sun.syndication.feed.module.DCSubjectImpl
Returns a hashcode value for the object.
hashCode() - Method in class com.sun.syndication.feed.module.ModuleImpl
Returns a hashcode value for the object.
hashCode() - Method in class com.sun.syndication.feed.rss.Category
Returns a hashcode value for the object.
hashCode() - Method in class com.sun.syndication.feed.rss.Cloud
Returns a hashcode value for the object.
hashCode() - Method in class com.sun.syndication.feed.rss.Content
Returns a hashcode value for the object.
hashCode() - Method in class com.sun.syndication.feed.rss.Description
Returns a hashcode value for the object.
hashCode() - Method in class com.sun.syndication.feed.rss.Enclosure
Returns a hashcode value for the object.
hashCode() - Method in class com.sun.syndication.feed.rss.Guid
Returns a hashcode value for the object.
hashCode() - Method in class com.sun.syndication.feed.rss.Image
Returns a hashcode value for the object.
hashCode() - Method in class com.sun.syndication.feed.rss.Item
Returns a hashcode value for the object.
hashCode() - Method in class com.sun.syndication.feed.rss.Source
Returns a hashcode value for the object.
hashCode() - Method in class com.sun.syndication.feed.rss.TextInput
Returns a hashcode value for the object.
hashCode() - Method in class com.sun.syndication.feed.synd.SyndCategoryImpl
Returns a hashcode value for the object.
hashCode() - Method in class com.sun.syndication.feed.synd.SyndContentImpl
Returns a hashcode value for the object.
hashCode() - Method in class com.sun.syndication.feed.synd.SyndEnclosureImpl
Returns a hashcode value for the object.
hashCode() - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
Returns a hashcode value for the object.
hashCode() - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Returns a hashcode value for the object.
hashCode() - Method in class com.sun.syndication.feed.synd.SyndImageImpl
Returns a hashcode value for the object.
hashCode() - Method in interface com.sun.syndication.feed.synd.SyndLink
Returns a hashcode value for the object.
hashCode() - Method in class com.sun.syndication.feed.synd.SyndLinkImpl
Returns a hashcode value for the object.
hashCode() - Method in class com.sun.syndication.feed.synd.SyndPersonImpl
Returns a hashcode value for the object.
hashCode() - Method in class com.sun.syndication.feed.WireFeed
Returns a hashcode value for the object.
HOURLY - Static variable in interface com.sun.syndication.feed.module.SyModule
 
HTML - Static variable in class com.sun.syndication.feed.atom.Content
 
HTML - Static variable in class com.sun.syndication.feed.rss.Content
 

I

Image - Class in com.sun.syndication.feed.rss
Bean for images of RSS feeds.
Image() - Constructor for class com.sun.syndication.feed.rss.Image
Default constructor.
in - Variable in class com.sun.syndication.io.impl.XmlFixerReader
 
isAbsoluteURI(String) - Static method in class com.sun.syndication.io.impl.Atom10Parser
 
isHourFormat24() - Method in class com.sun.syndication.io.impl.RSS091NetscapeGenerator
To be overriden by RSS 0.91 Netscape and RSS 0.94
isHourFormat24(Element) - Method in class com.sun.syndication.io.impl.RSS091NetscapeParser
 
isHourFormat24() - Method in class com.sun.syndication.io.impl.RSS091UserlandGenerator
To be overriden by RSS 0.91 Netscape and RSS 0.94
isHourFormat24(Element) - Method in class com.sun.syndication.io.impl.RSS091UserlandParser
To be overriden by RSS 0.91 Netscape and RSS 0.94
isHourFormat24(Element) - Method in class com.sun.syndication.io.impl.RSS20Parser
 
isMediaEntry() - Method in class com.sun.syndication.feed.atom.Entry
Returns true if entry is a media entry, i.e. has rel="edit-media".
isMyType(Document) - Method in class com.sun.syndication.io.impl.Atom03Parser
 
isMyType(Document) - Method in class com.sun.syndication.io.impl.Atom10Parser
 
isMyType(Document) - Method in class com.sun.syndication.io.impl.RSS090Parser
 
isMyType(Document) - Method in class com.sun.syndication.io.impl.RSS091NetscapeParser
 
isMyType(Document) - Method in class com.sun.syndication.io.impl.RSS091UserlandParser
 
isMyType(Document) - Method in class com.sun.syndication.io.impl.RSS10Parser
Indicates if a JDom document is an RSS instance that can be parsed with the parser.
isMyType(Document) - Method in class com.sun.syndication.io.impl.RSS20Parser
 
isMyType(Document) - Method in class com.sun.syndication.io.impl.RSS20wNSParser
 
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.
isPreserveWireFeed() - Method in class com.sun.syndication.io.SyndFeedInput
 
isPreservingWireFeed() - Method in interface com.sun.syndication.feed.synd.SyndFeed
 
isPreservingWireFeed() - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
 
isRelativeURI(String) - Static method in class com.sun.syndication.io.impl.Atom10Parser
Returns true if URI is relative.
Item - Class in com.sun.syndication.feed.rss
Bean for items of RSS feeds.
Item() - Constructor for class com.sun.syndication.feed.rss.Item
Default constructor.

L

Link - Class in com.sun.syndication.feed.atom
Bean for link elements of Atom feeds.
Link() - Constructor for class com.sun.syndication.feed.atom.Link
Default constructor.

M

main(String[]) - Static method in class com.sun.syndication.io.impl.Base64
 
mark(int) - Method in class com.sun.syndication.io.impl.XmlFixerReader
 
markSupported() - Method in class com.sun.syndication.io.impl.XmlFixerReader
 
Module - Interface in com.sun.syndication.feed.module
Base class for modules describing Metadata of feeds.
ModuleGenerator - Interface in com.sun.syndication.io
Injects module metadata into a XML node (JDOM element).
ModuleGenerators - Class in com.sun.syndication.io.impl
 
ModuleGenerators(String, BaseWireFeedGenerator) - Constructor for class com.sun.syndication.io.impl.ModuleGenerators
 
ModuleImpl - Class in com.sun.syndication.feed.module
Base class for modules describing Metadata of feeds, default implementations.
ModuleImpl(Class, String) - Constructor for class com.sun.syndication.feed.module.ModuleImpl
Constructor.
ModuleParser - Interface in com.sun.syndication.io
Parses module metadata from a XML node (JDOM element).
ModuleParsers - Class in com.sun.syndication.io.impl
 
ModuleParsers(String, WireFeedParser) - Constructor for class com.sun.syndication.io.impl.ModuleParsers
 
ModuleUtils - Class in com.sun.syndication.feed.module.impl
 
ModuleUtils() - Constructor for class com.sun.syndication.feed.module.impl.ModuleUtils
 
MONDAY - Static variable in class com.sun.syndication.feed.rss.Channel
 
MONTHLY - Static variable in interface com.sun.syndication.feed.module.SyModule
 

N

normalize(String) - Static method in class com.sun.syndication.feed.synd.impl.URINormalizer
Normalizes an URI as specified in RFC 2396bis.
NumberParser - Class in com.sun.syndication.io.impl
A helper class that parses Numbers out of Strings in a lenient manner.

O

ObjectBean - Class in com.sun.syndication.feed.impl
Convenience class providing clone(), toString(), equals() and hashCode() functionality for Java Beans.
ObjectBean(Class, Object) - Constructor for class com.sun.syndication.feed.impl.ObjectBean
Constructor.
ObjectBean(Class, Object, Set) - Constructor for class com.sun.syndication.feed.impl.ObjectBean
Constructor.
originalWireFeed() - Method in interface com.sun.syndication.feed.synd.SyndFeed
Returns the WireFeed this SyndFeed was created from.
originalWireFeed() - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Returns the WireFeed this SyndFeed was created from.
output(SyndFeed, File) - Method in class com.sun.syndication.io.SyndFeedOutput
Creates a File containing with the XML representation for the given SyndFeedImpl.
output(SyndFeed, File, boolean) - Method in class com.sun.syndication.io.SyndFeedOutput
Creates a File containing with the XML representation for the given SyndFeedImpl.
output(SyndFeed, Writer) - Method in class com.sun.syndication.io.SyndFeedOutput
Writes to an Writer the XML representation for the given SyndFeedImpl.
output(SyndFeed, Writer, boolean) - Method in class com.sun.syndication.io.SyndFeedOutput
Writes to an Writer the XML representation for the given SyndFeedImpl.
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, File, boolean) - Method in class com.sun.syndication.io.WireFeedOutput
Creates a File containing with 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.
output(WireFeed, Writer, boolean) - Method in class com.sun.syndication.io.WireFeedOutput
Writes to an Writer the XML representation for the given WireFeed.
outputJDom(SyndFeed) - Method in class com.sun.syndication.io.SyndFeedOutput
Creates a JDOM document for the given SyndFeedImpl.
outputJDom(WireFeed) - Method in class com.sun.syndication.io.WireFeedOutput
Creates a JDOM document for the given WireFeed.
outputString(SyndFeed) - Method in class com.sun.syndication.io.SyndFeedOutput
Creates a String with the XML representation for the given SyndFeedImpl.
outputString(SyndFeed, boolean) - Method in class com.sun.syndication.io.SyndFeedOutput
Creates a String with the XML representation for the given SyndFeedImpl.
outputString(WireFeed) - Method in class com.sun.syndication.io.WireFeedOutput
Creates a String with the XML representation for the given WireFeed.
outputString(WireFeed, boolean) - Method in class com.sun.syndication.io.WireFeedOutput
Creates a String with the XML representation for the given WireFeed.
outputW3CDom(SyndFeed) - Method in class com.sun.syndication.io.SyndFeedOutput
Creates a W3C DOM document for the given SyndFeedImpl.
outputW3CDom(WireFeed) - Method in class com.sun.syndication.io.WireFeedOutput
Creates a W3C DOM document for the given WireFeed.

P

parse(Document, boolean) - Method in class com.sun.syndication.io.impl.Atom03Parser
 
parse(Document, boolean) - Method in class com.sun.syndication.io.impl.Atom10Parser
 
parse(Element) - Method in class com.sun.syndication.io.impl.DCModuleParser
Parse an element tree and return the module found in it.
parse(Document, boolean) - Method in class com.sun.syndication.io.impl.RSS090Parser
 
parse(Element) - Method in class com.sun.syndication.io.impl.SyModuleParser
 
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.
parseCategories(List) - Method in class com.sun.syndication.io.impl.RSS092Parser
 
parseChannel(Element) - Method in class com.sun.syndication.io.impl.RSS090Parser
Parses the root element of an RSS document into a Channel bean.
parseChannel(Element) - Method in class com.sun.syndication.io.impl.RSS091UserlandParser
Parses the root element of an RSS document into a Channel bean.
parseChannel(Element) - Method in class com.sun.syndication.io.impl.RSS092Parser
 
parseChannel(Element) - Method in class com.sun.syndication.io.impl.RSS094Parser
 
parseChannel(Element) - Method in class com.sun.syndication.io.impl.RSS10Parser
 
parseChannel(Element) - Method in class com.sun.syndication.io.impl.RSS20wNSParser
After we parse the feed we put "rss_2.0" in it (so converters and generators work) this parser is a phantom.
parseDate(String) - Static method in class com.sun.syndication.io.impl.DateParser
Parses a Date out of a String with a date in W3C date-time format or in a RFC822 format.
parseElementList(List) - Method in class com.sun.syndication.io.impl.DCModuleParser
Utility method to parse a list of strings out of a list of elements.
parseElementListDate(List) - Method in class com.sun.syndication.io.impl.DCModuleParser
Utility method to parse a list of dates out of a list of elements.
parseEntries(Feed, String, List) - Method in class com.sun.syndication.io.impl.Atom10Parser
 
parseEntry(Feed, Element, String) - Method in class com.sun.syndication.io.impl.Atom10Parser
 
parseEntry(Reader, String) - Static method in class com.sun.syndication.io.impl.Atom10Parser
Parse entry from reader.
parseFeed(Element) - Method in class com.sun.syndication.io.impl.Atom03Parser
 
parseFeed(Element) - Method in class com.sun.syndication.io.impl.Atom10Parser
 
parseFeedModules(Element) - Method in class com.sun.syndication.io.impl.BaseWireFeedParser
 
parseFloat(String) - Static method in class com.sun.syndication.io.impl.NumberParser
Parse a Float from a String without exceptions.
parseFloat(String, float) - Static method in class com.sun.syndication.io.impl.NumberParser
Parse a float from a String, with a default value
parseImage(Element) - Method in class com.sun.syndication.io.impl.RSS090Parser
Parses the root element of an RSS document looking for image information.
parseImage(Element) - Method in class com.sun.syndication.io.impl.RSS091UserlandParser
Parses the root element of an RSS document looking for image information.
parseInt(String) - Static method in class com.sun.syndication.io.impl.NumberParser
Parse an Integer from a String.
parseItem(Element, Element) - Method in class com.sun.syndication.io.impl.RSS090Parser
Parses an item element of an RSS document looking for item information.
parseItem(Element, Element) - Method in class com.sun.syndication.io.impl.RSS091UserlandParser
Parses an item element of an RSS document looking for item information.
parseItem(Element, Element) - Method in class com.sun.syndication.io.impl.RSS092Parser
 
parseItem(Element, Element) - Method in class com.sun.syndication.io.impl.RSS093Parser
 
parseItem(Element, Element) - Method in class com.sun.syndication.io.impl.RSS094Parser
 
parseItem(Element, Element) - Method in class com.sun.syndication.io.impl.RSS10Parser
Parses an item element of an RSS document looking for item information.
parseItemDescription(Element, Element) - Method in class com.sun.syndication.io.impl.RSS091UserlandParser
 
parseItemDescription(Element, Element) - Method in class com.sun.syndication.io.impl.RSS092Parser
 
parseItemDescription(Element, Element) - Method in class com.sun.syndication.io.impl.RSS094Parser
 
parseItemDescription(Element, Element) - Method in class com.sun.syndication.io.impl.RSS10Parser
 
parseItemDescription(Element, Element) - Method in class com.sun.syndication.io.impl.RSS20Parser
 
parseItemModules(Element) - Method in class com.sun.syndication.io.impl.BaseWireFeedParser
 
parseItems(Element) - Method in class com.sun.syndication.io.impl.RSS090Parser
Parses the root element of an RSS document looking for all items information.
parseLong(String) - Static method in class com.sun.syndication.io.impl.NumberParser
Parses a Long out of a string.
parseLong(String, long) - Static method in class com.sun.syndication.io.impl.NumberParser
Parses a long out of a string.
parseModules(Element) - Method in class com.sun.syndication.io.impl.ModuleParsers
 
parsePersonModules(Element) - Method in class com.sun.syndication.io.impl.BaseWireFeedParser
 
parseRFC822(String) - Static method in class com.sun.syndication.io.impl.DateParser
Parses a Date out of a String with a date in RFC822 format.
parseSubjects(List) - Method in class com.sun.syndication.io.impl.DCModuleParser
Utility method to parse a list of subjects out of a list of elements.
parseTextInput(Element) - Method in class com.sun.syndication.io.impl.RSS090Parser
Parses the root element of an RSS document looking for text-input information.
parseW3CDateTime(String) - Static method in class com.sun.syndication.io.impl.DateParser
Parses a Date out of a String with a date in W3C date-time format.
ParsingFeedException - Exception in com.sun.syndication.io
Exception thrown by WireFeedInput instance if it can not parse a feed.
ParsingFeedException(String) - Constructor for exception com.sun.syndication.io.ParsingFeedException
Creates a FeedException with a message.
ParsingFeedException(String, Throwable) - Constructor for exception com.sun.syndication.io.ParsingFeedException
Creates a FeedException with a message and a root cause exception.
Person - Class in com.sun.syndication.feed.atom
Bean for person elements of Atom feeds.
Person() - Constructor for class com.sun.syndication.feed.atom.Person
Default constructor.
PluginManager - Class in com.sun.syndication.io.impl
PluginManager(String) - Constructor for class com.sun.syndication.io.impl.PluginManager
Creates a PluginManager
PluginManager(String, WireFeedParser, WireFeedGenerator) - Constructor for class com.sun.syndication.io.impl.PluginManager
 
populateChannel(Channel, Element) - Method in class com.sun.syndication.io.impl.RSS090Generator
Populates the given channel with parsed data from the ROME element that holds the channel data.
populateChannel(Channel, Element) - Method in class com.sun.syndication.io.impl.RSS091UserlandGenerator
 
populateChannel(Channel, Element) - Method in class com.sun.syndication.io.impl.RSS092Generator
 
populateChannel(Channel, Element) - Method in class com.sun.syndication.io.impl.RSS10Generator
 
populateChannel(Channel, Element) - Method in class com.sun.syndication.io.impl.RSS20Generator
 
populateEntry(Entry, Element) - Method in class com.sun.syndication.io.impl.Atom03Generator
 
populateEntry(Entry, Element) - Method in class com.sun.syndication.io.impl.Atom10Generator
 
populateFeed(Feed, Element) - Method in class com.sun.syndication.io.impl.Atom03Generator
 
populateFeed(Feed, Element) - Method in class com.sun.syndication.io.impl.Atom10Generator
 
populateFeed(Channel, Element) - Method in class com.sun.syndication.io.impl.RSS090Generator
 
populateFeed(Channel, Element) - Method in class com.sun.syndication.io.impl.RSS091UserlandGenerator
 
populateFeedHeader(Feed, Element) - Method in class com.sun.syndication.io.impl.Atom03Generator
 
populateFeedHeader(Feed, Element) - Method in class com.sun.syndication.io.impl.Atom10Generator
 
populateImage(Image, Element) - Method in class com.sun.syndication.io.impl.RSS090Generator
 
populateImage(Image, Element) - Method in class com.sun.syndication.io.impl.RSS091UserlandGenerator
 
populateItem(Item, Element, int) - Method in class com.sun.syndication.io.impl.RSS090Generator
 
populateItem(Item, Element, int) - Method in class com.sun.syndication.io.impl.RSS091UserlandGenerator
 
populateItem(Item, Element, int) - Method in class com.sun.syndication.io.impl.RSS092Generator
 
populateItem(Item, Element, int) - Method in class com.sun.syndication.io.impl.RSS093Generator
 
populateItem(Item, Element, int) - Method in class com.sun.syndication.io.impl.RSS094Generator
 
populateItem(Item, Element, int) - Method in class com.sun.syndication.io.impl.RSS10Generator
 
populateItem(Item, Element, int) - Method in class com.sun.syndication.io.impl.RSS20Generator
 
populateTextInput(TextInput, Element) - Method in class com.sun.syndication.io.impl.RSS090Generator
 
processHtmlEntities(String) - Method in class com.sun.syndication.io.impl.XmlFixerReader
 
PropertiesLoader - Class in com.sun.syndication.io.impl
Properties loader that aggregates a master properties file and several extra properties files, all from the current classpath.
purgeUnusedNamespaceDeclarations(Element) - Static method in class com.sun.syndication.io.impl.BaseWireFeedGenerator
Purging unused declarations is less optimal, performance-wise, than never adding them in the first place.

R

read() - Method in class com.sun.syndication.io.impl.XmlFixerReader
 
read(char[], int, int) - Method in class com.sun.syndication.io.impl.XmlFixerReader
 
read(char[], int, int) - Method in class com.sun.syndication.io.XmlReader
 
ready() - Method in class com.sun.syndication.io.impl.XmlFixerReader
 
reset() - Method in class com.sun.syndication.io.impl.XmlFixerReader
 
resolveURI(String, Parent, String) - Static method in class com.sun.syndication.io.impl.Atom10Parser
Resolve URI via base URL and parent element.
RSS090Generator - Class in com.sun.syndication.io.impl
Feed Generator for RSS 0.90

RSS090Generator() - Constructor for class com.sun.syndication.io.impl.RSS090Generator
 
RSS090Generator(String) - Constructor for class com.sun.syndication.io.impl.RSS090Generator
 
RSS090Parser - Class in com.sun.syndication.io.impl
 
RSS090Parser() - Constructor for class com.sun.syndication.io.impl.RSS090Parser
 
RSS090Parser(String, Namespace) - Constructor for class com.sun.syndication.io.impl.RSS090Parser
 
RSS091NetscapeGenerator - Class in com.sun.syndication.io.impl
Feed Generator for RSS 0.91

RSS091NetscapeGenerator() - Constructor for class com.sun.syndication.io.impl.RSS091NetscapeGenerator
 
RSS091NetscapeGenerator(String, String) - Constructor for class com.sun.syndication.io.impl.RSS091NetscapeGenerator
 
RSS091NetscapeParser - Class in com.sun.syndication.io.impl
 
RSS091NetscapeParser() - Constructor for class com.sun.syndication.io.impl.RSS091NetscapeParser
 
RSS091NetscapeParser(String) - Constructor for class com.sun.syndication.io.impl.RSS091NetscapeParser
 
RSS091UserlandGenerator - Class in com.sun.syndication.io.impl
Feed Generator for RSS 0.91

RSS091UserlandGenerator() - Constructor for class com.sun.syndication.io.impl.RSS091UserlandGenerator
 
RSS091UserlandGenerator(String, String) - Constructor for class com.sun.syndication.io.impl.RSS091UserlandGenerator
 
RSS091UserlandParser - Class in com.sun.syndication.io.impl
 
RSS091UserlandParser() - Constructor for class com.sun.syndication.io.impl.RSS091UserlandParser
 
RSS091UserlandParser(String) - Constructor for class com.sun.syndication.io.impl.RSS091UserlandParser
 
RSS092Generator - Class in com.sun.syndication.io.impl
Feed Generator for RSS 0.92

RSS092Generator() - Constructor for class com.sun.syndication.io.impl.RSS092Generator
 
RSS092Generator(String, String) - Constructor for class com.sun.syndication.io.impl.RSS092Generator
 
RSS092Parser - Class in com.sun.syndication.io.impl
 
RSS092Parser() - Constructor for class com.sun.syndication.io.impl.RSS092Parser
 
RSS092Parser(String) - Constructor for class com.sun.syndication.io.impl.RSS092Parser
 
RSS093Generator - Class in com.sun.syndication.io.impl
Feed Generator for RSS 0.93

RSS093Generator() - Constructor for class com.sun.syndication.io.impl.RSS093Generator
 
RSS093Generator(String, String) - Constructor for class com.sun.syndication.io.impl.RSS093Generator
 
RSS093Parser - Class in com.sun.syndication.io.impl
 
RSS093Parser() - Constructor for class com.sun.syndication.io.impl.RSS093Parser
 
RSS093Parser(String) - Constructor for class com.sun.syndication.io.impl.RSS093Parser
 
RSS094Generator - Class in com.sun.syndication.io.impl
Feed Generator for RSS 0.94

RSS094Generator() - Constructor for class com.sun.syndication.io.impl.RSS094Generator
 
RSS094Generator(String, String) - Constructor for class com.sun.syndication.io.impl.RSS094Generator
 
RSS094Parser - Class in com.sun.syndication.io.impl
 
RSS094Parser() - Constructor for class com.sun.syndication.io.impl.RSS094Parser
 
RSS094Parser(String) - Constructor for class com.sun.syndication.io.impl.RSS094Parser
 
RSS10Generator - Class in com.sun.syndication.io.impl
Feed Generator for RSS 1.0

RSS10Generator() - Constructor for class com.sun.syndication.io.impl.RSS10Generator
 
RSS10Generator(String) - Constructor for class com.sun.syndication.io.impl.RSS10Generator
 
RSS10Parser - Class in com.sun.syndication.io.impl
 
RSS10Parser() - Constructor for class com.sun.syndication.io.impl.RSS10Parser
 
RSS10Parser(String, Namespace) - Constructor for class com.sun.syndication.io.impl.RSS10Parser
 
RSS20Generator - Class in com.sun.syndication.io.impl
Feed Generator for RSS 2.0

RSS20Generator() - Constructor for class com.sun.syndication.io.impl.RSS20Generator
 
RSS20Generator(String, String) - Constructor for class com.sun.syndication.io.impl.RSS20Generator
 
RSS20Parser - Class in com.sun.syndication.io.impl
 
RSS20Parser() - Constructor for class com.sun.syndication.io.impl.RSS20Parser
 
RSS20Parser(String) - Constructor for class com.sun.syndication.io.impl.RSS20Parser
 
RSS20wNSParser - Class in com.sun.syndication.io.impl
To address issue with certain feeds (brought up by Charles Miller): "During the debacle that was the rollout of RSS2.0, this namespace was tried, and even appeared in Dave Winer's Scripting News feed for a while.
RSS20wNSParser() - Constructor for class com.sun.syndication.io.impl.RSS20wNSParser
 
RSS20wNSParser(String) - Constructor for class com.sun.syndication.io.impl.RSS20wNSParser
 

S

SATURDAY - Static variable in class com.sun.syndication.feed.rss.Channel
 
SAXBuilder - Class in com.sun.syndication.io
 
SAXBuilder(boolean) - Constructor for class com.sun.syndication.io.SAXBuilder
 
serializeEntry(Entry, Writer) - Static method in class com.sun.syndication.io.impl.Atom10Generator
Utility method to serialize an entry to writer.
setAlternateLinks(List<Link>) - Method in class com.sun.syndication.feed.atom.Entry
Sets the entry alternate links.
setAlternateLinks(List<Link>) - Method in class com.sun.syndication.feed.atom.Feed
Sets the feed alternate links.
setAuthor(String) - Method in class com.sun.syndication.feed.rss.Item
Sets the item author.
setAuthor(String) - Method in interface com.sun.syndication.feed.synd.SyndEntry
Sets the entry author.
setAuthor(String) - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
Sets the entry author.
setAuthor(String) - Method in interface com.sun.syndication.feed.synd.SyndFeed
Sets the feed author.
setAuthor(String) - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Sets the feed author.
setAuthors(List<Person>) - Method in class com.sun.syndication.feed.atom.Entry
Sets the author of the entry.
setAuthors(List<Person>) - Method in class com.sun.syndication.feed.atom.Feed
Sets the feed author.
setAuthors(List<SyndPerson>) - Method in interface com.sun.syndication.feed.synd.SyndEntry
Sets the entry author.
setAuthors(List) - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
 
setAuthors(List<SyndPerson>) - Method in interface com.sun.syndication.feed.synd.SyndFeed
Sets the feed authors.
setAuthors(List) - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
 
setCategories(List) - Method in class com.sun.syndication.feed.atom.Entry
Set the categories
setCategories(List<Category>) - Method in class com.sun.syndication.feed.atom.Feed
Set the categories
setCategories(List<Category>) - Method in class com.sun.syndication.feed.rss.Channel
Sets the channel categories.
setCategories(List<Category>) - Method in class com.sun.syndication.feed.rss.Item
Sets the item categories.
setCategories(List<SyndCategory>) - Method in interface com.sun.syndication.feed.synd.SyndEntry
Sets the entry categories.
setCategories(List<SyndCategory>) - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
Sets the entry categories.
setCategories(List<SyndCategory>) - Method in interface com.sun.syndication.feed.synd.SyndFeed
Sets the feed categories.
setCategories(List) - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
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.
setContent(Content) - Method in class com.sun.syndication.feed.rss.Item
Sets the item content.
setContents(List) - Method in class com.sun.syndication.feed.atom.Entry
Sets the entry contents.
setContents(List<SyndContent>) - Method in interface com.sun.syndication.feed.synd.SyndEntry
Sets the entry contents.
setContents(List<SyndContent>) - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
Sets the entry contents.
setContributor(String) - Method in interface com.sun.syndication.feed.module.DCModule
Sets the DublinCore module contributor.
setContributor(String) - Method in class com.sun.syndication.feed.module.DCModuleImpl
Sets the DublinCore module contributor.
setContributors(List<Person>) - Method in class com.sun.syndication.feed.atom.Entry
Sets the entry contributors.
setContributors(List<Person>) - Method in class com.sun.syndication.feed.atom.Feed
Sets the feed contributors.
setContributors(List<String>) - Method in interface com.sun.syndication.feed.module.DCModule
Sets the DublinCore module contributors.
setContributors(List) - Method in class com.sun.syndication.feed.module.DCModuleImpl
Sets the DublinCore module contributors.
setContributors(List<SyndPerson>) - Method in interface com.sun.syndication.feed.synd.SyndEntry
Sets the feed contributors.
setContributors(List) - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
 
setContributors(List<SyndPerson>) - Method in interface com.sun.syndication.feed.synd.SyndFeed
Sets the feed author.
setContributors(List) - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
 
setCopyright(String) - Method in class com.sun.syndication.feed.atom.Feed
Sets the feed copyright (Atom 0.3, maps to Feed.setRights(java.lang.String)).
setCopyright(String) - Method in class com.sun.syndication.feed.rss.Channel
Sets the channel copyright.
setCopyright(String) - Method in interface com.sun.syndication.feed.synd.SyndFeed
Sets the feed copyright.
setCopyright(String) - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Sets the feed copyright.
setCoverage(String) - Method in interface com.sun.syndication.feed.module.DCModule
Sets the DublinCore module coverage.
setCoverage(String) - Method in class com.sun.syndication.feed.module.DCModuleImpl
Sets the DublinCore module coverage.
setCoverages(List<String>) - Method in interface com.sun.syndication.feed.module.DCModule
Sets the DublinCore module coverages.
setCoverages(List) - Method in class com.sun.syndication.feed.module.DCModuleImpl
Sets the DublinCore module coverages.
setCreated(Date) - Method in class com.sun.syndication.feed.atom.Entry
Sets the entry created date (Atom 0.3 only)
setCreator(String) - Method in interface com.sun.syndication.feed.module.DCModule
Sets the DublinCore module creator.
setCreator(String) - Method in class com.sun.syndication.feed.module.DCModuleImpl
Sets the DublinCore module creator.
setCreators(List<String>) - Method in interface com.sun.syndication.feed.module.DCModule
Sets the DublinCore module creators.
setCreators(List) - Method in class com.sun.syndication.feed.module.DCModuleImpl
Sets the DublinCore module creators.
setDate(Date) - Method in interface com.sun.syndication.feed.module.DCModule
Sets the DublinCore module date.
setDate(Date) - Method in class com.sun.syndication.feed.module.DCModuleImpl
Sets the DublinCore module date.
setDates(List<Date>) - Method in interface com.sun.syndication.feed.module.DCModule
Sets the DublinCore module dates.
setDates(List<Date>) - Method in class com.sun.syndication.feed.module.DCModuleImpl
Sets the DublinCore module dates.
setDefaultEncoding(String) - Static method in class com.sun.syndication.io.XmlReader
Sets the default encoding to use if none is set in HTTP content-type, XML prolog and the rules based on content-type are not adequate.
setDescription(String) - Method in interface com.sun.syndication.feed.module.DCModule
Sets the DublinCore module description.
setDescription(String) - Method in class com.sun.syndication.feed.module.DCModuleImpl
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(SyndContent) - Method in interface com.sun.syndication.feed.synd.SyndEntry
Sets the entry description.
setDescription(SyndContent) - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
Sets the entry description.
setDescription(String) - Method in interface com.sun.syndication.feed.synd.SyndFeed
Sets the feed description.
setDescription(String) - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Sets the feed description.
setDescription(String) - Method in interface com.sun.syndication.feed.synd.SyndImage
Sets the image description.
setDescription(String) - Method in class com.sun.syndication.feed.synd.SyndImageImpl
Sets the image description.
setDescriptionEx(SyndContent) - Method in interface com.sun.syndication.feed.synd.SyndFeed
Sets the feed description as a text construct.
setDescriptionEx(SyndContent) - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Sets the feed description as a text construct.
setDescriptions(List<String>) - Method in interface com.sun.syndication.feed.module.DCModule
Sets the DublinCore module descriptions.
setDescriptions(List) - Method in class com.sun.syndication.feed.module.DCModuleImpl
Sets the DublinCore module descriptions.
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.
setEmail(String) - Method in interface com.sun.syndication.feed.synd.SyndPerson
Sets email of person.
setEmail(String) - Method in class com.sun.syndication.feed.synd.SyndPersonImpl
Sets the person's e-mail address.
setEnclosures(List<Enclosure>) - Method in class com.sun.syndication.feed.rss.Item
Sets the item enclosures.
setEnclosures(List<SyndEnclosure>) - Method in interface com.sun.syndication.feed.synd.SyndEntry
Sets the entry enclosures.
setEnclosures(List<SyndEnclosure>) - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
Sets the entry enclosures.
setEncoding(String) - Method in interface com.sun.syndication.feed.synd.SyndFeed
Sets the charset encoding of a the feed.
setEncoding(String) - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Sets the charset encoding of a the feed.
setEncoding(String) - Method in class com.sun.syndication.feed.WireFeed
Sets the charset encoding of a the feed.
setEntries(List) - Method in class com.sun.syndication.feed.atom.Feed
Sets the feed entries.
setEntries(List<SyndEntry>) - Method in interface com.sun.syndication.feed.synd.SyndFeed
Sets the feed entries.
setEntries(List) - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Sets the feed entries.
setExpirationDate(Date) - Method in class com.sun.syndication.feed.rss.Item
Sets the item expiration date.
setFeedGenerator(WireFeedGenerator) - Method in interface com.sun.syndication.io.DelegatingModuleGenerator
Provides a parent wirefeed reference to this ModuleParser, or "plugin-in".
setFeedParser(WireFeedParser) - Method in interface com.sun.syndication.io.DelegatingModuleParser
Provides a parent wirefeed reference to this ModuleParser, or "plugin-in".
setFeedType(String) - Method in interface com.sun.syndication.feed.synd.SyndFeed
Sets the wire feed type the feed will-have when coverted to a WireFeed.
setFeedType(String) - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Sets the wire feed type the feed will-have when coverted to a WireFeed.
setFeedType(String) - Method in class com.sun.syndication.feed.WireFeed
Sets the feedType of a the feed.
setForeignMarkup(Object) - Method in class com.sun.syndication.feed.atom.Entry
Sets foreign markup found at entry level.
setForeignMarkup(Object) - Method in class com.sun.syndication.feed.rss.Item
Sets foreign markup found at item level.
setForeignMarkup(Object) - Method in interface com.sun.syndication.feed.synd.SyndEntry
Sets foreign markup found at channel level.
setForeignMarkup(Object) - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
Sets foreign markup found at channel level.
setForeignMarkup(Object) - Method in interface com.sun.syndication.feed.synd.SyndFeed
Sets foreign markup found at channel level.
setForeignMarkup(Object) - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Sets foreign markup found at channel level.
setForeignMarkup(Object) - Method in class com.sun.syndication.feed.WireFeed
Sets foreign markup found at channel level.
setFormat(String) - Method in interface com.sun.syndication.feed.module.DCModule
Sets the DublinCore module format.
setFormat(String) - Method in class com.sun.syndication.feed.module.DCModuleImpl
Sets the DublinCore module format.
setFormats(List<String>) - Method in interface com.sun.syndication.feed.module.DCModule
Sets the DublinCore module formats.
setFormats(List) - Method in class com.sun.syndication.feed.module.DCModuleImpl
Sets the DublinCore module formats.
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(Integer) - 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.
setHref(String) - Method in interface com.sun.syndication.feed.synd.SyndLink
Sets the link href.
setHref(String) - Method in class com.sun.syndication.feed.synd.SyndLinkImpl
Sets the link href.
setHreflang(String) - Method in class com.sun.syndication.feed.atom.Link
Set the hreflang
setHreflang(String) - Method in interface com.sun.syndication.feed.synd.SyndLink
Set the hreflang
setHreflang(String) - Method in class com.sun.syndication.feed.synd.SyndLinkImpl
Set the hreflang
setHrefResolved(String) - Method in class com.sun.syndication.feed.atom.Link
 
setIcon(String) - Method in class com.sun.syndication.feed.atom.Feed
Set the icon
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 interface com.sun.syndication.feed.module.DCModule
Sets the DublinCore module identifier.
setIdentifier(String) - Method in class com.sun.syndication.feed.module.DCModuleImpl
Sets the DublinCore module identifier.
setIdentifiers(List<String>) - Method in interface com.sun.syndication.feed.module.DCModule
Sets the DublinCore module identifiers.
setIdentifiers(List) - Method in class com.sun.syndication.feed.module.DCModuleImpl
Sets the DublinCore module identifiers.
setImage(Image) - Method in class com.sun.syndication.feed.rss.Channel
Sets the channel image.
setImage(SyndImage) - Method in interface com.sun.syndication.feed.synd.SyndFeed
Sets the feed image.
setImage(SyndImage) - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Sets the feed image.
setInfo(Content) - Method in class com.sun.syndication.feed.atom.Feed
Sets the feed info (Atom 0.3 only)
setIssued(Date) - Method in class com.sun.syndication.feed.atom.Entry
Sets the entry issued date (Atom 0.3, maps to Entry.setPublished(java.util.Date)).
setItems(List<Item>) - Method in class com.sun.syndication.feed.rss.Channel
Sets the channel items.
setLabel(String) - Method in class com.sun.syndication.feed.atom.Category
Set label for category.
setLanguage(String) - Method in class com.sun.syndication.feed.atom.Feed
Sets the feed language (Atom 0.3 only)
setLanguage(String) - Method in interface com.sun.syndication.feed.module.DCModule
Sets the DublinCore module language.
setLanguage(String) - Method in class com.sun.syndication.feed.module.DCModuleImpl
Sets the DublinCore module language.
setLanguage(String) - Method in class com.sun.syndication.feed.rss.Channel
Sets the channel language.
setLanguage(String) - Method in interface com.sun.syndication.feed.synd.SyndFeed
Sets the feed language.
setLanguage(String) - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Sets the feed language.
setLanguages(List<String>) - Method in interface com.sun.syndication.feed.module.DCModule
Sets the DublinCore module languages.
setLanguages(List) - Method in class com.sun.syndication.feed.module.DCModuleImpl
Sets the DublinCore module languages.
setLastBuildDate(Date) - Method in class com.sun.syndication.feed.rss.Channel
Sets the channel last build date.
setLength(long) - Method in class com.sun.syndication.feed.atom.Link
Set the length
setLength(long) - Method in class com.sun.syndication.feed.rss.Enclosure
Sets the enclosure length.
setLength(long) - Method in interface com.sun.syndication.feed.synd.SyndEnclosure
Sets the enclosure length.
setLength(long) - Method in class com.sun.syndication.feed.synd.SyndEnclosureImpl
Sets the enclosure length.
setLength(long) - Method in interface com.sun.syndication.feed.synd.SyndLink
Set the length
setLength(long) - Method in class com.sun.syndication.feed.synd.SyndLinkImpl
Set the 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 interface com.sun.syndication.feed.synd.SyndEntry
Sets the entry link.
setLink(String) - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
Sets the entry link.
setLink(String) - Method in interface com.sun.syndication.feed.synd.SyndFeed
Sets the feed link.
setLink(String) - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Sets the feed link.
setLink(String) - Method in interface com.sun.syndication.feed.synd.SyndImage
Sets the image link.
setLink(String) - Method in class com.sun.syndication.feed.synd.SyndImageImpl
Sets the image link.
setLinks(List<SyndLink>) - Method in interface com.sun.syndication.feed.synd.SyndEntry
Sets the entry links.
setLinks(List) - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
Set the links
setLinks(List<SyndLink>) - Method in interface com.sun.syndication.feed.synd.SyndFeed
Sets the entry links.
setLinks(List) - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Set the links
setLogo(String) - Method in class com.sun.syndication.feed.atom.Feed
Set the logo
setManagingEditor(String) - Method in class com.sun.syndication.feed.rss.Channel
Sets the channel managing editor.
setMode(String) - Method in class com.sun.syndication.feed.atom.Content
Sets the content mode (Atom 0.3 only).
setMode(String) - Method in interface com.sun.syndication.feed.synd.SyndContent
Sets the content mode (needed for Atom 0.3 support).
setMode(String) - Method in class com.sun.syndication.feed.synd.SyndContentImpl
Sets the content mode.
setModified(Date) - Method in class com.sun.syndication.feed.atom.Entry
Sets the entry modified date (Atom 0.3, maps to Entry.setUpdated(java.util.Date)).
setModified(Date) - Method in class com.sun.syndication.feed.atom.Feed
Sets the feed modified date (Atom 0.3, maps to Feed.setUpdated(java.util.Date)).
setModules(List) - Method in class com.sun.syndication.feed.atom.Entry
Sets the entry modules.
setModules(List<Module>) - Method in class com.sun.syndication.feed.atom.Feed
Sets the feed moduless.
setModules(List) - Method in class com.sun.syndication.feed.atom.Person
Sets the entry modules.
setModules(List<Module>) - Method in interface com.sun.syndication.feed.module.Extendable
Sets the entry modules.
setModules(List<Module>) - Method in class com.sun.syndication.feed.rss.Channel
Sets the channel modules.
setModules(List<Module>) - Method in class com.sun.syndication.feed.rss.Item
Sets the item modules.
setModules(List<Module>) - Method in interface com.sun.syndication.feed.synd.SyndEntry
Sets the entry modules.
setModules(List<Module>) - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
Sets the entry modules.
setModules(List) - Method in interface com.sun.syndication.feed.synd.SyndFeed
Sets the feed modules.
setModules(List) - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Sets the feed modules.
setModules(List) - Method in class com.sun.syndication.feed.synd.SyndPersonImpl
Sets the person modules.
setModules(List<Module>) - Method in class com.sun.syndication.feed.WireFeed
Sets the channel 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 interface com.sun.syndication.feed.synd.SyndCategory
Sets the category name.
setName(String) - Method in class com.sun.syndication.feed.synd.SyndCategoryImpl
Sets the category name.
setName(String) - Method in interface com.sun.syndication.feed.synd.SyndPerson
Sets name of person.
setName(String) - Method in class com.sun.syndication.feed.synd.SyndPersonImpl
Sets the category name.
setOtherLinks(List<Link>) - Method in class com.sun.syndication.feed.atom.Entry
Sets the entry non-alternate links.
setOtherLinks(List<Link>) - 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.
setPreserveWireFeed(boolean) - Method in class com.sun.syndication.io.SyndFeedInput
 
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.
setPublished(Date) - Method in class com.sun.syndication.feed.atom.Entry
Set the published
setPublishedDate(Date) - Method in interface com.sun.syndication.feed.synd.SyndEntry
Sets the entry published date.
setPublishedDate(Date) - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
Sets the entry published date.
setPublishedDate(Date) - Method in interface com.sun.syndication.feed.synd.SyndFeed
Sets the feed published date.
setPublishedDate(Date) - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Sets the feed published date.
setPublisher(String) - Method in interface com.sun.syndication.feed.module.DCModule
Sets the DublinCore module publisher.
setPublisher(String) - Method in class com.sun.syndication.feed.module.DCModuleImpl
Sets the DublinCore module publisher.
setPublishers(List<String>) - Method in interface com.sun.syndication.feed.module.DCModule
Sets the DublinCore module publishers.
setPublishers(List) - Method in class com.sun.syndication.feed.module.DCModuleImpl
Sets the DublinCore module publishers.
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(String) - Method in class com.sun.syndication.feed.atom.Link
Sets the link rel.
setRel(String) - Method in interface com.sun.syndication.feed.synd.SyndLink
Sets the link rel.
setRel(String) - Method in class com.sun.syndication.feed.synd.SyndLinkImpl
Sets the link rel.
setRelation(String) - Method in interface com.sun.syndication.feed.module.DCModule
Sets the DublinCore module relation.
setRelation(String) - Method in class com.sun.syndication.feed.module.DCModuleImpl
Sets the DublinCore module relation.
setRelations(List<String>) - Method in interface com.sun.syndication.feed.module.DCModule
Sets the DublinCore module relations.
setRelations(List) - Method in class com.sun.syndication.feed.module.DCModuleImpl
Sets the DublinCore module relations.
setResolveURIs(boolean) - Static method in class com.sun.syndication.io.impl.Atom10Parser
 
setRights(String) - Method in class com.sun.syndication.feed.atom.Entry
Set the rights
setRights(String) - Method in class com.sun.syndication.feed.atom.Feed
Set the rights
setRights(String) - Method in interface com.sun.syndication.feed.module.DCModule
Sets the DublinCore module rights.
setRights(String) - Method in class com.sun.syndication.feed.module.DCModuleImpl
Sets the DublinCore module rights.
setRightsList(List<String>) - Method in interface com.sun.syndication.feed.module.DCModule
Sets the DublinCore module rightss.
setRightsList(List) - Method in class com.sun.syndication.feed.module.DCModuleImpl
Sets the DublinCore module rights.
setScheme(String) - Method in class com.sun.syndication.feed.atom.Category
Set scheme URI for category.
setSchemeResolved(String) - Method in class com.sun.syndication.feed.atom.Category
 
setSkipDays(List<String>) - Method in class com.sun.syndication.feed.rss.Channel
Sets the channel skip days.
setSkipHours(List<Integer>) - Method in class com.sun.syndication.feed.rss.Channel
Sets the channel skip hours.
setSource(Feed) - Method in class com.sun.syndication.feed.atom.Entry
Set the source
setSource(String) - Method in interface com.sun.syndication.feed.module.DCModule
Sets the DublinCore module source.
setSource(String) - Method in class com.sun.syndication.feed.module.DCModuleImpl
Sets the DublinCore module source.
setSource(Source) - Method in class com.sun.syndication.feed.rss.Item
Sets the item source.
setSource(SyndFeed) - Method in interface com.sun.syndication.feed.synd.SyndEntry
Sets the entry source feed (for use if different from containing feed)
setSource(SyndFeed) - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
 
setSources(List<String>) - Method in interface com.sun.syndication.feed.module.DCModule
Sets the DublinCore module sources.
setSources(List) - Method in class com.sun.syndication.feed.module.DCModuleImpl
Sets the DublinCore module sources.
setSrc(String) - Method in class com.sun.syndication.feed.atom.Content
Set the src
setSubject(DCSubject) - Method in interface com.sun.syndication.feed.module.DCModule
Sets the DCSubject element.
setSubject(DCSubject) - Method in class com.sun.syndication.feed.module.DCModuleImpl
Sets the DCSubject element.
setSubjects(List<DCSubject>) - Method in interface com.sun.syndication.feed.module.DCModule
Sets the DublinCore module subjects.
setSubjects(List) - Method in class com.sun.syndication.feed.module.DCModuleImpl
Sets the DublinCore module subjects.
setSubtitle(Content) - Method in class com.sun.syndication.feed.atom.Feed
Set the subtitle
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 (Atom 0.3, maps to Feed.setSubtitle(com.sun.syndication.feed.atom.Content)).
setTaxonomyUri(String) - Method in interface com.sun.syndication.feed.module.DCSubject
Sets the DublinCore subject taxonomy URI.
setTaxonomyUri(String) - Method in class com.sun.syndication.feed.module.DCSubjectImpl
Sets the DublinCore subject taxonomy URI.
setTaxonomyUri(String) - Method in interface com.sun.syndication.feed.synd.SyndCategory
Sets the category taxonomy URI.
setTaxonomyUri(String) - Method in class com.sun.syndication.feed.synd.SyndCategoryImpl
Sets the category taxonomy URI.
setTerm(String) - Method in class com.sun.syndication.feed.atom.Category
Set term for category.
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 interface com.sun.syndication.feed.module.DCModule
Sets the DublinCore module title.
setTitle(String) - Method in class com.sun.syndication.feed.module.DCModuleImpl
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 interface com.sun.syndication.feed.synd.SyndEntry
Sets the entry title.
setTitle(String) - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
Sets the entry title.
setTitle(String) - Method in interface com.sun.syndication.feed.synd.SyndFeed
Sets the feed title.
setTitle(String) - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Sets the feed title.
setTitle(String) - Method in interface com.sun.syndication.feed.synd.SyndImage
Sets the image title.
setTitle(String) - Method in class com.sun.syndication.feed.synd.SyndImageImpl
Sets the image title.
setTitle(String) - Method in interface com.sun.syndication.feed.synd.SyndLink
Sets the link title.
setTitle(String) - Method in class com.sun.syndication.feed.synd.SyndLinkImpl
Sets the link title.
setTitleEx(Content) - Method in class com.sun.syndication.feed.atom.Entry
Sets the entry title as a text construct.
setTitleEx(Content) - Method in class com.sun.syndication.feed.atom.Feed
Sets the feed title.
setTitleEx(SyndContent) - Method in interface com.sun.syndication.feed.synd.SyndEntry
Sets the entry title as a text construct.
setTitleEx(SyndContent) - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
Sets the entry title as a text construct.
setTitleEx(SyndContent) - Method in interface com.sun.syndication.feed.synd.SyndFeed
Sets the feed title.
setTitleEx(SyndContent) - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Sets the feed title as a text construct.
setTitles(List<String>) - Method in interface com.sun.syndication.feed.module.DCModule
Sets the DublinCore module titles.
setTitles(List) - Method in class com.sun.syndication.feed.module.DCModuleImpl
Sets the DublinCore module titles.
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 interface com.sun.syndication.feed.module.DCModule
Sets the DublinCore module type.
setType(String) - Method in class com.sun.syndication.feed.module.DCModuleImpl
Sets the DublinCore module type.
setType(String) - Method in class com.sun.syndication.feed.rss.Content
Sets the description 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 interface com.sun.syndication.feed.synd.SyndContent
Sets the content type.
setType(String) - Method in class com.sun.syndication.feed.synd.SyndContentImpl
Sets the content type.
setType(String) - Method in interface com.sun.syndication.feed.synd.SyndEnclosure
Sets the enclosure type.
setType(String) - Method in class com.sun.syndication.feed.synd.SyndEnclosureImpl
Sets the enclosure type.
setType(String) - Method in interface com.sun.syndication.feed.synd.SyndLink
Sets the link type.
setType(String) - Method in class com.sun.syndication.feed.synd.SyndLinkImpl
Sets the link type.
setTypes(List<String>) - Method in interface com.sun.syndication.feed.module.DCModule
Sets the DublinCore module types.
setTypes(List) - Method in class com.sun.syndication.feed.module.DCModuleImpl
Sets the DublinCore module types.
setUpdateBase(Date) - Method in interface com.sun.syndication.feed.module.SyModule
Sets the Syndication module update base date.
setUpdateBase(Date) - Method in class com.sun.syndication.feed.module.SyModuleImpl
Sets the Syndication module update base date.
setUpdated(Date) - Method in class com.sun.syndication.feed.atom.Entry
Set the updated
setUpdated(Date) - Method in class com.sun.syndication.feed.atom.Feed
Set the updated
setUpdatedDate(Date) - Method in interface com.sun.syndication.feed.synd.SyndEntry
Sets the entry updated date.
setUpdatedDate(Date) - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
Set the updatedDate
setUpdateFrequency(int) - Method in interface com.sun.syndication.feed.module.SyModule
Sets the Syndication module update frequency.
setUpdateFrequency(int) - Method in class com.sun.syndication.feed.module.SyModuleImpl
Sets the Syndication module update frequency.
setUpdatePeriod(String) - Method in interface com.sun.syndication.feed.module.SyModule
Sets the Syndication module update period.
setUpdatePeriod(String) - Method in class com.sun.syndication.feed.module.SyModuleImpl
Sets the Syndication module update period.
setUri(String) - Method in class com.sun.syndication.feed.atom.Person
Set the uri
setUri(String) - Method in class com.sun.syndication.feed.rss.Channel
Sets the channel uri.
setUri(String) - Method in class com.sun.syndication.feed.rss.Item
Sets the item uri.
setUri(String) - Method in interface com.sun.syndication.feed.synd.SyndEntry
Sets the entry URI.
setUri(String) - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
Sets the entry URI.
setUri(String) - Method in interface com.sun.syndication.feed.synd.SyndFeed
Sets the feed URI.
setUri(String) - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Sets the feed URI.
setUri(String) - Method in interface com.sun.syndication.feed.synd.SyndPerson
Sets URI of person.
setUri(String) - Method in class com.sun.syndication.feed.synd.SyndPersonImpl
Sets the person's URI.
setUriResolved(String) - Method in class com.sun.syndication.feed.atom.Person
 
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 (same as Person.setUri(java.lang.String))
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 interface com.sun.syndication.feed.synd.SyndEnclosure
Sets the enclosure URL.
setUrl(String) - Method in class com.sun.syndication.feed.synd.SyndEnclosureImpl
Sets the enclosure URL.
setUrl(String) - Method in interface com.sun.syndication.feed.synd.SyndImage
Sets the image URL.
setUrl(String) - Method in class com.sun.syndication.feed.synd.SyndImageImpl
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 interface com.sun.syndication.feed.module.DCSubject
Sets the DublinCore subject value.
setValue(String) - Method in class com.sun.syndication.feed.module.DCSubjectImpl
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.Content
Sets the description 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 interface com.sun.syndication.feed.synd.SyndContent
Sets the content value.
setValue(String) - Method in class com.sun.syndication.feed.synd.SyndContentImpl
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(Integer) - Method in class com.sun.syndication.feed.rss.Image
Sets the image width.
setWireEntry(Object) - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
 
setXmlBase(String) - Method in class com.sun.syndication.feed.atom.Entry
Set the xmlBase
setXmlBase(String) - Method in class com.sun.syndication.feed.atom.Feed
Set the xmlBase
setXmlHealerOn(boolean) - Method in class com.sun.syndication.io.SyndFeedInput
Enables XML healing in the WiredFeedInput instance.
setXmlHealerOn(boolean) - Method in class com.sun.syndication.io.WireFeedInput
Enables XML healing in the WiredFeedInput instance.
skip(long) - Method in class com.sun.syndication.io.impl.XmlFixerReader
 
Source - Class in com.sun.syndication.feed.rss
Bean for item sources of RSS feeds.
Source() - Constructor for class com.sun.syndication.feed.rss.Source
Default constructor.
SUNDAY - Static variable in class com.sun.syndication.feed.rss.Channel
 
SyModule - Interface in com.sun.syndication.feed.module
Syndication ModuleImpl.
SyModuleGenerator - Class in com.sun.syndication.io.impl
Feed Generator for SY ModuleImpl

SyModuleGenerator() - Constructor for class com.sun.syndication.io.impl.SyModuleGenerator
 
SyModuleImpl - Class in com.sun.syndication.feed.module
Syndication ModuleImpl, default implementation.
SyModuleImpl() - Constructor for class com.sun.syndication.feed.module.SyModuleImpl
Default constructor.
SyModuleParser - Class in com.sun.syndication.io.impl
 
SyModuleParser() - Constructor for class com.sun.syndication.io.impl.SyModuleParser
 
SyndCategory - Interface in com.sun.syndication.feed.synd
Bean interface for categories of SyndFeedImpl feeds and entries.
SyndCategoryImpl - Class in com.sun.syndication.feed.synd
Bean for categories of SyndFeedImpl feeds and entries.
SyndCategoryImpl() - Constructor for class com.sun.syndication.feed.synd.SyndCategoryImpl
Default constructor.
SyndContent - Interface in com.sun.syndication.feed.synd
Bean interface for content of SyndFeedImpl entries.
SyndContentImpl - Class in com.sun.syndication.feed.synd
Bean for content of SyndFeedImpl entries.
SyndContentImpl() - Constructor for class com.sun.syndication.feed.synd.SyndContentImpl
Default constructor.
SyndEnclosure - Interface in com.sun.syndication.feed.synd
 
SyndEnclosureImpl - Class in com.sun.syndication.feed.synd
 
SyndEnclosureImpl() - Constructor for class com.sun.syndication.feed.synd.SyndEnclosureImpl
Default constructor.
SyndEntry - Interface in com.sun.syndication.feed.synd
Bean interface for entries of SyndFeedImpl feeds.
SyndEntryImpl - Class in com.sun.syndication.feed.synd
Bean for entries of SyndFeedImpl feeds.
SyndEntryImpl(Class, Set) - Constructor for class com.sun.syndication.feed.synd.SyndEntryImpl
For implementations extending SyndEntryImpl to be able to use the ObjectBean functionality with extended interfaces.
SyndEntryImpl() - Constructor for class com.sun.syndication.feed.synd.SyndEntryImpl
Default constructor.
SyndFeed - Interface in com.sun.syndication.feed.synd
Bean interface for all types of feeds.
SyndFeedImpl - Class in com.sun.syndication.feed.synd
Bean for all types of feeds.
SyndFeedImpl(Class, Set) - Constructor for class com.sun.syndication.feed.synd.SyndFeedImpl
For implementations extending SyndFeedImpl to be able to use the ObjectBean functionality with extended interfaces.
SyndFeedImpl() - Constructor for class com.sun.syndication.feed.synd.SyndFeedImpl
Default constructor.
SyndFeedImpl(WireFeed) - Constructor for class com.sun.syndication.feed.synd.SyndFeedImpl
Creates a SyndFeedImpl and populates all its properties out of the given RSS Channel or Atom Feed properties.
SyndFeedImpl(WireFeed, boolean) - Constructor for class com.sun.syndication.feed.synd.SyndFeedImpl
Creates a SyndFeedImpl and populates all its properties out of the given RSS Channel or Atom Feed properties, while optionally preserving the WireFeed for access via the orignalWireFeed() method.
SyndFeedInput - Class in com.sun.syndication.io
Parses an XML document (File, InputStream, Reader, W3C SAX InputSource, W3C DOM Document or JDom DOcument) into an SyndFeedImpl.
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 in com.sun.syndication.io
Generates an XML document (String, File, OutputStream, Writer, W3C DOM document or JDOM document) out of an SyndFeedImpl..
SyndFeedOutput() - Constructor for class com.sun.syndication.io.SyndFeedOutput
Creates a SyndFeedOutput instance.
SyndImage - Interface in com.sun.syndication.feed.synd
Bean interface for images of SyndFeedImpl feeds.
SyndImageImpl - Class in com.sun.syndication.feed.synd
Bean for images of SyndFeedImpl feeds.
SyndImageImpl() - Constructor for class com.sun.syndication.feed.synd.SyndImageImpl
Default constructor.
SyndLink - Interface in com.sun.syndication.feed.synd
Represents a link or enclosure associated with entry.
SyndLinkImpl - Class in com.sun.syndication.feed.synd
Represents a link or an enclosure.
SyndLinkImpl() - Constructor for class com.sun.syndication.feed.synd.SyndLinkImpl
Default constructor.
SyndPerson - Interface in com.sun.syndication.feed.synd
Bean interface for authors and contributors of SyndFeedImpl feeds and entries.
SyndPersonImpl - Class in com.sun.syndication.feed.synd
Bean for authors and contributors of SyndFeedImpl feeds and entries.
SyndPersonImpl() - Constructor for class com.sun.syndication.feed.synd.SyndPersonImpl
For implementations extending SyndContentImpl to be able to use the ObjectBean functionality with extended interfaces.

T

TEXT - Static variable in class com.sun.syndication.feed.atom.Content
 
TEXT - Static variable in class com.sun.syndication.feed.rss.Content
 
TextInput - Class in com.sun.syndication.feed.rss
Bean for text input of RSS feeds.
TextInput() - Constructor for class com.sun.syndication.feed.rss.TextInput
Default constructor.
THURSDAY - Static variable in class com.sun.syndication.feed.rss.Channel
 
toString() - Method in class com.sun.syndication.feed.atom.Category
Returns the String representation for the object.
toString() - Method in class com.sun.syndication.feed.atom.Content
Returns the String representation for the object.
toString() - Method in class com.sun.syndication.feed.atom.Entry
Returns the String representation for the object.
toString() - Method in class com.sun.syndication.feed.atom.Generator
Returns the String representation for the object.
toString() - Method in class com.sun.syndication.feed.atom.Link
Returns the String representation for the object.
toString() - Method in class com.sun.syndication.feed.atom.Person
Returns the String representation for the object.
toString() - Method in class com.sun.syndication.feed.impl.ObjectBean
Returns the String representation for the object.
toString() - Method in class com.sun.syndication.feed.impl.ToStringBean
Returns the String representation of the bean given in the constructor.
toString() - Method in class com.sun.syndication.feed.module.DCModuleImpl
Returns the String representation for the object.
toString() - Method in class com.sun.syndication.feed.module.DCSubjectImpl
Returns the String representation for the object.
toString() - Method in class com.sun.syndication.feed.module.ModuleImpl
Returns the String representation for the object.
toString() - Method in class com.sun.syndication.feed.rss.Category
Returns the String representation for the object.
toString() - Method in class com.sun.syndication.feed.rss.Cloud
Returns the String representation for the object.
toString() - Method in class com.sun.syndication.feed.rss.Content
Returns the String representation for the object.
toString() - Method in class com.sun.syndication.feed.rss.Description
Returns the String representation for the object.
toString() - Method in class com.sun.syndication.feed.rss.Enclosure
Returns the String representation for the object.
toString() - Method in class com.sun.syndication.feed.rss.Guid
Returns the String representation for the object.
toString() - Method in class com.sun.syndication.feed.rss.Image
Returns the String representation for the object.
toString() - Method in class com.sun.syndication.feed.rss.Item
Returns the String representation for the object.
toString() - Method in class com.sun.syndication.feed.rss.Source
Returns the String representation for the object.
toString() - Method in class com.sun.syndication.feed.rss.TextInput
Returns the String representation for the object.
toString() - Method in class com.sun.syndication.feed.synd.SyndCategoryImpl
Returns the String representation for the object.
toString() - Method in class com.sun.syndication.feed.synd.SyndContentImpl
Returns the String representation for the object.
toString() - Method in class com.sun.syndication.feed.synd.SyndEnclosureImpl
Returns the String representation for the object.
toString() - Method in class com.sun.syndication.feed.synd.SyndEntryImpl
Returns the String representation for the object.
toString() - Method in class com.sun.syndication.feed.synd.SyndFeedImpl
Returns the String representation for the object.
toString() - Method in class com.sun.syndication.feed.synd.SyndImageImpl
Returns the String representation for the object.
toString() - Method in interface com.sun.syndication.feed.synd.SyndLink
Returns the String representation for the object.
toString() - Method in class com.sun.syndication.feed.synd.SyndLinkImpl
Returns the String representation for the object.
toString() - Method in class com.sun.syndication.feed.synd.SyndPersonImpl
Returns the String representation for the object.
toString() - Method in class com.sun.syndication.feed.WireFeed
Returns the String representation for the object.
ToStringBean - Class in com.sun.syndication.feed.impl
Provides deep Bean toString support.
ToStringBean(Class) - Constructor for class com.sun.syndication.feed.impl.ToStringBean
Default constructor.
ToStringBean(Class, Object) - Constructor for class com.sun.syndication.feed.impl.ToStringBean
Creates a ToStringBean to be used in a delegation pattern.
TUESDAY - Static variable in class com.sun.syndication.feed.rss.Channel
 

U

URI - Static variable in interface com.sun.syndication.feed.module.DCModule
URI of the Dublin Core Module (http://purl.org/dc/elements/1.1/).
URI - Static variable in interface com.sun.syndication.feed.module.SyModule
URI of the Syndication ModuleImpl (http://purl.org/rss/1.0/modules/syndication/).
URINormalizer - Class in com.sun.syndication.feed.synd.impl
Utility class for normalizing an URI as specified in RFC 2396bis.
URINormalizer() - Constructor for class com.sun.syndication.feed.synd.impl.URINormalizer
 

V

validateFeed(Document) - Method in class com.sun.syndication.io.impl.Atom03Parser
 
validateFeed(Document) - Method in class com.sun.syndication.io.impl.Atom10Parser
 
validateFeed(Document) - Method in class com.sun.syndication.io.impl.RSS090Parser
 

W

WEDNESDAY - Static variable in class com.sun.syndication.feed.rss.Channel
 
WEEKLY - Static variable in interface com.sun.syndication.feed.module.SyModule
 
WireFeed - Class in com.sun.syndication.feed
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 in com.sun.syndication.io
Generates an XML document (JDOM) out of a feed for a specific real feed type.
WireFeedInput - Class in com.sun.syndication.io
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 in com.sun.syndication.io
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 in com.sun.syndication.io
Parses an XML document (JDOM) into a feed bean.

X

XHTML - Static variable in class com.sun.syndication.feed.atom.Content
 
XML - Static variable in class com.sun.syndication.feed.atom.Content
Atom 0.3 only
XmlFixerReader - Class in com.sun.syndication.io.impl
 
XmlFixerReader(Reader) - Constructor for class com.sun.syndication.io.impl.XmlFixerReader
 
XmlReader - Class in com.sun.syndication.io
Character stream that handles (or at least attemtps to) all the necessary Voodo to figure out the charset encoding of the XML document within the stream.
XmlReader(File) - Constructor for class com.sun.syndication.io.XmlReader
Creates a Reader for a File.
XmlReader(InputStream) - Constructor for class com.sun.syndication.io.XmlReader
Creates a Reader for a raw InputStream.
XmlReader(InputStream, boolean, String) - Constructor for class com.sun.syndication.io.XmlReader
Creates a Reader for a raw InputStream and uses the provided default encoding if none is determined.
XmlReader(InputStream, boolean) - Constructor for class com.sun.syndication.io.XmlReader
Creates a Reader for a raw InputStream.
XmlReader(URL) - Constructor for class com.sun.syndication.io.XmlReader
Creates a Reader using the InputStream of a URL.
XmlReader(URLConnection) - Constructor for class com.sun.syndication.io.XmlReader
Creates a Reader using the InputStream of a URLConnection.
XmlReader(InputStream, String) - Constructor for class com.sun.syndication.io.XmlReader
Creates a Reader using an InputStream and the associated content-type header.
XmlReader(InputStream, String, boolean, String) - Constructor for class com.sun.syndication.io.XmlReader
Creates a Reader using an InputStream and the associated content-type header.
XmlReader(InputStream, String, boolean) - Constructor for class com.sun.syndication.io.XmlReader
Creates a Reader using an InputStream and the associated content-type header.
XmlReaderException - Exception in com.sun.syndication.io
The XmlReaderException is thrown by the XmlReader constructors if the charset encoding can not be determined according to the XML 1.0 specification and RFC 3023.
XmlReaderException(String, String, String, String, InputStream) - Constructor for exception com.sun.syndication.io.XmlReaderException
Creates an exception instance if the charset encoding could not be determined.
XmlReaderException(String, String, String, String, String, String, InputStream) - Constructor for exception com.sun.syndication.io.XmlReaderException
Creates an exception instance if the charset encoding could not be determined.

Y

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

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

Copyright © 2004-2013 ROME Project. All Rights Reserved.