Copyright (c) 2000-2002 ChurchillObjects.com
A C D E F G H I L M N O P R S T U V W X Y

A

add(Element, String, String) - Method in class churchillobjects.rss4j.generator.RssGenerator
Convenience method that adds a new node to an existing XML element with the specified value.
addChannel(RssChannel) - Method in class churchillobjects.rss4j.RssDocument
Adds a channel to the document.
addChannelAttribute(String, String) - Method in class churchillobjects.rss4j.parser.RssParserImpl100
Adds a channel attribute value from the characters buffer.
addImageAttribute(String, String) - Method in class churchillobjects.rss4j.parser.RssParserImpl100
Adds an image attribute value from the characters buffer.
addItem(RssChannelItem) - Method in class churchillobjects.rss4j.RssChannel
Adds the specified item object to the list of items for the channel.
addItemAttribute(String, String) - Method in class churchillobjects.rss4j.parser.RssParserImpl100
Adds an item attribute value from the characters buffer.
addSkipDay(String) - Method in class churchillobjects.rss4j.RssChannel
Adds a skip day to the channel.
addSkipHour(int) - Method in class churchillobjects.rss4j.RssChannel
Adds a skip hour to the channel's skip hours list.
addTextInputAttribute(String, String) - Method in class churchillobjects.rss4j.parser.RssParserImpl100
Adds a text input attribute value from the characters buffer.
addWarning(String) - Method in class churchillobjects.rss4j.RssDocument
Adds a warning to the document.

C

channelBuildDate - Variable in class churchillobjects.rss4j.generator.RssGenerator
 
channelCopyright - Variable in class churchillobjects.rss4j.RssChannel
The channel copyright.
channelCopyrightMax - Variable in class churchillobjects.rss4j.generator.RssGenerator
 
channelDescription - Variable in class churchillobjects.rss4j.RssChannel
The channel description.
channelDescriptionMax - Variable in class churchillobjects.rss4j.generator.RssGenerator
 
channelDocs - Variable in class churchillobjects.rss4j.RssChannel
The channels docs.
channelDocsMax - Variable in class churchillobjects.rss4j.generator.RssGenerator
 
channelImage - Variable in class churchillobjects.rss4j.RssChannel
The channel's image.
channelLanguage - Variable in class churchillobjects.rss4j.RssChannel
The channel language.
channelLastBuildDate - Variable in class churchillobjects.rss4j.RssChannel
The channel's last build date.
channelLink - Variable in class churchillobjects.rss4j.RssChannel
The channel link.
channelLinkMax - Variable in class churchillobjects.rss4j.generator.RssGenerator
 
channelManagingEditor - Variable in class churchillobjects.rss4j.RssChannel
The channel's managing editor.
channelManagingEditorMax - Variable in class churchillobjects.rss4j.generator.RssGenerator
 
channelPicsRating - Variable in class churchillobjects.rss4j.RssChannel
The channel's PICS rating.
channelPubDate - Variable in class churchillobjects.rss4j.generator.RssGenerator
 
channelPubDate - Variable in class churchillobjects.rss4j.RssChannel
The channel pub date.
channels - Variable in class churchillobjects.rss4j.RssDocument
Holds the channels for the RSS document.
channels() - Method in class churchillobjects.rss4j.RssDocument
Returns an enumeration of channels to the document.
channelSyndication - Variable in class churchillobjects.rss4j.RssChannel
The channel's syndication information.
channelTextInput - Variable in class churchillobjects.rss4j.RssChannel
The channel's text input.
channelTitle - Variable in class churchillobjects.rss4j.RssChannel
The channel title.
channelTitleMax - Variable in class churchillobjects.rss4j.generator.RssGenerator
 
channelUri - Variable in class churchillobjects.rss4j.RssChannel
The channel uri (where it came from).
channelWebmaster - Variable in class churchillobjects.rss4j.RssChannel
The channel's webmaster.
channelWebmasterMax - Variable in class churchillobjects.rss4j.generator.RssGenerator
 
characters - Variable in class churchillobjects.rss4j.parser.RssParser
Holds a buffer of characters for the current element.
characters(char[], int, int) - Method in class churchillobjects.rss4j.parser.RssParser
SAX event.
checkDublinCore() - Method in class churchillobjects.rss4j.parser.RssParserImpl100
Validates that this document has specified Dublin Core in its header by examining the namespaces.
checkExtensions(RssDocument) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl100
 
checkForLeftovers() - Method in class churchillobjects.rss4j.parser.RssParserImpl100
Looks for any leftover items, images or textinputs from within channels that have not been 'matched' to items, images and textinputs outside the channels.
checkSyndication() - Method in class churchillobjects.rss4j.parser.RssParserImpl100
Validates that this document has specified Syndication in its header by examining the namespaces.
churchillobjects.rss4j - package churchillobjects.rss4j
 
churchillobjects.rss4j.generator - package churchillobjects.rss4j.generator
 
churchillobjects.rss4j.model - package churchillobjects.rss4j.model
 
churchillobjects.rss4j.parser - package churchillobjects.rss4j.parser
 
cleanUp() - Method in class churchillobjects.rss4j.parser.RssParser
Releases local attributes of the parser for gc
clone() - Method in class churchillobjects.rss4j.RssChannel
Public clone method to allow cloning.
clone() - Method in class churchillobjects.rss4j.RssChannelImage
Public clone method to allow cloning.
clone() - Method in class churchillobjects.rss4j.RssChannelItem
Public clone method to allow cloning.
clone() - Method in class churchillobjects.rss4j.RssChannelTextInput
Public clone method to allow cloning.
clone() - Method in class churchillobjects.rss4j.RssDocument
Public clone method to allow cloning.
clone() - Method in class churchillobjects.rss4j.RssDublinCore
Public clone method to allow cloning.
clone() - Method in class churchillobjects.rss4j.RssSyndication
Public clone method to allow cloning.
closeChannelElement() - Method in class churchillobjects.rss4j.parser.RssParserImpl090
Upon close of channel element, adds the current channel to the document, sets it to null and sets the inChannel flag to false.
closeImageElement() - Method in class churchillobjects.rss4j.parser.RssParserImpl090
Upon close of image element, adds the current image to the channel, sets it to null and sets the inImage flag to false.
closeItemElement() - Method in class churchillobjects.rss4j.parser.RssParserImpl090
Upon close of item element, adds the current item to the channel, sets it to null and sets the inItem flag to false.
closeTextInputElement() - Method in class churchillobjects.rss4j.parser.RssParserImpl090
Upon close of TextInput element, adds the current text input to the channel, sets it to null and sets the inTextInput flag to false.
contributor - Variable in class churchillobjects.rss4j.RssDublinCore
The dublin core's contributor.
convert8601ToDate(String) - Static method in class churchillobjects.rss4j.model.DateLanguageUtil
Formats a date as an ISO8601 date-string.
convertDateTo8601(Date) - Static method in class churchillobjects.rss4j.model.DateLanguageUtil
Converts a java.util.Date object to a string-represented ISO 8601 date.
coverage - Variable in class churchillobjects.rss4j.RssDublinCore
The dublin core's coverage information.
createRssDocument(RssDocument) - Method in class churchillobjects.rss4j.generator.RssGenerator
Subclass implementation for creating the DOM from the specified RSS document object model.
createRssDocument(RssDocument) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl090
Starts the document with RSS 0.90 fields.
createRssDocument(RssDocument) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl091
 
createRssDocument(RssDocument) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl100
Starts a new RSS 1.0 document.
creator - Variable in class churchillobjects.rss4j.RssDublinCore
The dublin core's creator.
currentChannel - Variable in class churchillobjects.rss4j.parser.RssParser
Holds the current channel object while the parser executes.
currentImage - Variable in class churchillobjects.rss4j.parser.RssParser
Holds the current image object while the parser executes.
currentItem - Variable in class churchillobjects.rss4j.parser.RssParser
Holds the current item object while the parser executes.
currentTextInput - Variable in class churchillobjects.rss4j.parser.RssParser
Holds the current text input object while the parser executes.

D

DAILY - Static variable in class churchillobjects.rss4j.RssSyndication
Enumerated daily value.
date - Variable in class churchillobjects.rss4j.RssDublinCore
The dublin core's date as a java.util.Date.
date8601 - Variable in class churchillobjects.rss4j.RssDublinCore
The dublin core's date as a String in ISO 8601 format.
DateLanguageUtil - class churchillobjects.rss4j.model.DateLanguageUtil.
Static functionality class that provides locale-type support, such as identifying standard languages and ISO 8601 dates.
DateLanguageUtil() - Constructor for class churchillobjects.rss4j.model.DateLanguageUtil
Prevent this class from being instantiated.
description - Variable in class churchillobjects.rss4j.RssDublinCore
The dublin core's description.
doc - Variable in class churchillobjects.rss4j.generator.RssGenerator
The XML document, used as it is being built.
DOCTYPE - Static variable in class churchillobjects.rss4j.generator.RssGeneratorImpl091
Document type identifier, required
document - Variable in class churchillobjects.rss4j.parser.RssParser
The main document object to be used as the parser runs through its events.
domImpl - Variable in class churchillobjects.rss4j.generator.RssGenerator
The DOM implementation used by the XML toolkit (user-supplied, but best to use Apache's Xerces).
DTD - Static variable in class churchillobjects.rss4j.generator.RssGeneratorImpl091
Document type definition, required
dublinCore - Variable in class churchillobjects.rss4j.RssChannel
The channel's dublin core information.
dublinCore - Variable in class churchillobjects.rss4j.RssChannelImage
The image's dublin core.
dublinCore - Variable in class churchillobjects.rss4j.RssChannelItem
The dublin core for the item.
dublinCore - Variable in class churchillobjects.rss4j.RssChannelTextInput
The dublin core for the input.

E

embedHtml(String) - Method in class churchillobjects.rss4j.generator.RssGenerator
For fields that may have HTML embedded in the code, adds a CDATA wrapper for the text value so that XML validators will not blow up.
endDocument() - Method in class churchillobjects.rss4j.parser.RssParserImpl100
SAX event.
endElement(String, String, String) - Method in class churchillobjects.rss4j.parser.RssParserImpl090
SAX interface method.
endElement(String, String, String) - Method in class churchillobjects.rss4j.parser.RssParserImpl091
SAX interface method, indicates that an element has completed.
endElement(String, String, String) - Method in class churchillobjects.rss4j.parser.RssParserImpl100
SAX event.
equals(Object) - Method in class churchillobjects.rss4j.RssChannel
Canonical equals method.
equals(Object) - Method in class churchillobjects.rss4j.RssChannelImage
Canonical equals method.
equals(Object) - Method in class churchillobjects.rss4j.RssChannelItem
Canonical equals method.
equals(Object) - Method in class churchillobjects.rss4j.RssChannelTextInput
Canonical equals method.
equals(Object) - Method in class churchillobjects.rss4j.RssDocument
Canonical equals method.
equals(Object) - Method in class churchillobjects.rss4j.RssDublinCore
Canonical equals method.
equals(Object) - Method in class churchillobjects.rss4j.RssSyndication
Canonical equals method.
exception - Variable in class churchillobjects.rss4j.generator.RssGenerationException
The nested exception for this one to contain
exception - Variable in class churchillobjects.rss4j.parser.RssParseException
The nested exception for this one to contain

F

finishDocument() - Method in class churchillobjects.rss4j.generator.RssGenerator
 
finishDocument() - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl090
This method is used for any post-processing or clean-up activities.
finishDocument() - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl100
Completes the document by adding the images, items and text inputs at the end of the document.
format - Variable in class churchillobjects.rss4j.generator.RssGenerator
An XML formatter object for the document when it is serialized.
format - Variable in class churchillobjects.rss4j.RssDublinCore
The dublin core's format.

G

generateRss(RssDocument) - Static method in class churchillobjects.rss4j.generator.RssGenerator
Creates an appropriate instance of RssGenerator with a StringWriter and generates the RSS into the writer, then returns the XML as a string.
generateRss(RssDocument, File) - Static method in class churchillobjects.rss4j.generator.RssGenerator
Creates an appropriate instance of RssGenerator and has it write the RSS code to the specified file object.
generateRss(RssDocument, OutputStream) - Static method in class churchillobjects.rss4j.generator.RssGenerator
Creates an appropriate instance of RssGenerator and has it write the RSS code to the specified output stream.
generateRss(RssDocument, Writer) - Static method in class churchillobjects.rss4j.generator.RssGenerator
Creates an appropriate instance of RssGenerator and has it write the RSS code to the specified output writer.
getAttribute(Attributes, String) - Method in class churchillobjects.rss4j.parser.RssParser
Returns the value of the attribute if it is found in the hashmap.
getAttributeUnqualified(String, String, String, Attributes) - Method in class churchillobjects.rss4j.parser.RssParserImpl100
Obtains the named attribute, whether qualified or not.
getChannelCopyright() - Method in class churchillobjects.rss4j.RssChannel
Returns the channel copyright.
getChannelDescription() - Method in class churchillobjects.rss4j.RssChannel
Returns the channel description.
getChannelDocs() - Method in class churchillobjects.rss4j.RssChannel
Returns the channel docs (RSS 0.91 only).
getChannelImage() - Method in class churchillobjects.rss4j.RssChannel
Returns the encapsulated channel image object.
getChannelLanguage() - Method in class churchillobjects.rss4j.RssChannel
Returns the channel language.
getChannelLastBuildDate() - Method in class churchillobjects.rss4j.RssChannel
Returns the channel last build date.
getChannelLink() - Method in class churchillobjects.rss4j.RssChannel
Returns the channel link.
getChannelManagingEditor() - Method in class churchillobjects.rss4j.RssChannel
Returns the channel managing editor.
getChannelPicsRating() - Method in class churchillobjects.rss4j.RssChannel
Returns the channel PICS rating.
getChannelPubDate() - Method in class churchillobjects.rss4j.RssChannel
Returns the channel publication date.
getChannelSyndication() - Method in interface churchillobjects.rss4j.model.IUsesSyndication
Returns the syndication object
getChannelSyndication() - Method in class churchillobjects.rss4j.RssChannel
Returns the channel's syndication object.
getChannelTextInput() - Method in class churchillobjects.rss4j.RssChannel
Returns the channel's text input object.
getChannelTitle() - Method in class churchillobjects.rss4j.RssChannel
Returns the channel title.
getChannelUri() - Method in class churchillobjects.rss4j.RssChannel
Returns the channel URI.
getChannelWebmaster() - Method in class churchillobjects.rss4j.RssChannel
Returns the channel webmaster.
getChars() - Method in class churchillobjects.rss4j.parser.RssParser
Returns the characters string buffer as a string, then resets it for the next element.
getContributor() - Method in class churchillobjects.rss4j.RssDublinCore
Returns the dublin core's contributor.
getCoverage() - Method in class churchillobjects.rss4j.RssDublinCore
Returns the dublin core's coverage information.
getCreator() - Method in class churchillobjects.rss4j.RssDublinCore
Returns the dublin core's creator.
getDate() - Method in class churchillobjects.rss4j.RssDublinCore
Returns the dublin core's date as a java.util.Date.
getDateAs8601() - Method in class churchillobjects.rss4j.RssDublinCore
Returns the dublin core's date in ISO 8601 format.
getDescription() - Method in class churchillobjects.rss4j.RssDublinCore
Returns the dublin core's description.
getDublinCore() - Method in interface churchillobjects.rss4j.model.IUsesDublinCore
Returns the dublin core object
getDublinCore() - Method in class churchillobjects.rss4j.RssChannel
Returns the channel's dublin core object.
getDublinCore() - Method in class churchillobjects.rss4j.RssChannelImage
Returns the dublin core for the channel image.
getDublinCore() - Method in class churchillobjects.rss4j.RssChannelItem
Returns the dublin core.
getDublinCore() - Method in class churchillobjects.rss4j.RssChannelTextInput
Returns the input's dublin core.
getException() - Method in class churchillobjects.rss4j.generator.RssGenerationException
Returns the nested exception.
getException() - Method in class churchillobjects.rss4j.parser.RssParseException
Returns the nested exception.
getFormat() - Method in class churchillobjects.rss4j.RssDublinCore
Returns the dublin core's format.
getGenerator(RssDocument) - Static method in class churchillobjects.rss4j.generator.RssGenerator
Returns the appropriate generator for the specified RSS document object.
getIdentifier() - Method in class churchillobjects.rss4j.RssDublinCore
Returns the dublin core's identifier.
getImageDescription() - Method in class churchillobjects.rss4j.RssChannelImage
Returns the description for the channel image.
getImageHeight() - Method in class churchillobjects.rss4j.RssChannelImage
Returns the height of the image, in pixels
getImageLink() - Method in class churchillobjects.rss4j.RssChannelImage
Returns the link of the image (where the browser should go if the user clicks on the image)
getImageTitle() - Method in class churchillobjects.rss4j.RssChannelImage
Returns the title of the image (can be used as ALT attribute)
getImageUrl() - Method in class churchillobjects.rss4j.RssChannelImage
Returns the url of the image (the image source)
getImageWidth() - Method in class churchillobjects.rss4j.RssChannelImage
Returns the width of the image, in pixels
getInputDescription() - Method in class churchillobjects.rss4j.RssChannelTextInput
Returns the input's description.
getInputLink() - Method in class churchillobjects.rss4j.RssChannelTextInput
Returns the input's link (the action of the form).
getInputName() - Method in class churchillobjects.rss4j.RssChannelTextInput
Returns the input's name (the name of the form's input tag, for the server to parse when submitted).
getInputTitle() - Method in class churchillobjects.rss4j.RssChannelTextInput
Returns the input's title.
getItemCount() - Method in class churchillobjects.rss4j.RssChannel
Returns the size of the channel items list.
getItemDescription() - Method in class churchillobjects.rss4j.RssChannelItem
Returns the item description.
getItemLink() - Method in class churchillobjects.rss4j.RssChannelItem
Returns the item link.
getItemTitle() - Method in class churchillobjects.rss4j.RssChannelItem
Returns the item title.
getLanguage() - Method in class churchillobjects.rss4j.RssDublinCore
Returns the dublin core's language.
getMessage() - Method in class churchillobjects.rss4j.generator.RssGenerationException
Returns the description of this exception, or the description of the nested exception if this one has not been set.
getMessage() - Method in class churchillobjects.rss4j.parser.RssParseException
Returns the description of this exception, or the description of the nested exception if this one has not been set.
getPrefix() - Method in class churchillobjects.rss4j.model.RssNamespace
Returns the prefix of the namespace.
getPublisher() - Method in class churchillobjects.rss4j.RssDublinCore
Returns the dublin core's publisher.
getRelation() - Method in class churchillobjects.rss4j.RssDublinCore
Returns the dublin core's relation.
getRights() - Method in class churchillobjects.rss4j.RssDublinCore
Returns the dublin core's rights.
getSource() - Method in class churchillobjects.rss4j.RssDublinCore
Returns the dublin core's source.
getSubject() - Method in class churchillobjects.rss4j.RssDublinCore
Returns the dublin core's subject.
getTitle() - Method in class churchillobjects.rss4j.RssDublinCore
Returns the dublin core's title.
getType() - Method in class churchillobjects.rss4j.RssDublinCore
Returns the dublin core's type.
getUpdateBase() - Method in class churchillobjects.rss4j.RssSyndication
Returns the update base of the syndication as a String.
getUpdateBaseAsDate() - Method in class churchillobjects.rss4j.RssSyndication
Returns the update base of the syndication as a java.util.Date.
getUpdateFrequency() - Method in class churchillobjects.rss4j.RssSyndication
Returns the update frequency of the syndication.
getUpdatePeriod() - Method in class churchillobjects.rss4j.RssSyndication
Returns the update period of the syndication.
getUri() - Method in class churchillobjects.rss4j.model.RssNamespace
Returns the uri of the namespace.
getVersion() - Method in class churchillobjects.rss4j.RssDocument
Returns the RSS version number of the document.

H

handleChannel(RssChannel) - Method in class churchillobjects.rss4j.generator.RssGenerator
 
handleChannel(RssChannel) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl090
 
handleChannel(RssChannel) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl091
 
handleChannel(RssChannel) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl100
Creates a channel element, digging down from that point in the object hierarchy and invoking the other handlers.
handleChannel(String, String, String, Attributes) - Method in class churchillobjects.rss4j.parser.RssParserImpl100
Handles a channel element.
handleChannelAttributes(String) - Method in class churchillobjects.rss4j.parser.RssParserImpl091
Handles channel attributes that may exist for RSS 0.91 channels.
handleChannelBuildDate(RssChannel, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl091
 
handleChannelCopyright(RssChannel, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl091
 
handleChannelDescription(RssChannel, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl090
 
handleChannelDocs(RssChannel, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl091
 
handleChannelLanguage(RssChannel, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl091
 
handleChannelLink(RssChannel, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl090
 
handleChannelManagingEditor(RssChannel, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl091
 
handleChannelPicsRating(RssChannel, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl091
 
handleChannelPubDate(RssChannel, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl091
 
handleChannelTitle(RssChannel, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl090
 
handleChannelWebmaster(RssChannel, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl091
 
handleDescriptionAttribute() - Method in class churchillobjects.rss4j.parser.RssParserImpl090
Handles the description attribute by adding the characters to the current text input or channel, depending on the flags.
handleDocumentImages() - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl100
Appends all of the images used by channels into the RDF document.
handleDocumentItems() - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl100
 
handleDocumentTextInputs() - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl100
Adds the text input(s) to the end of the document, referencing them to the ones included within the channel(s).
handleDublinCore(IUsesDublinCore, String, String) - Method in class churchillobjects.rss4j.parser.RssParserImpl100
Handle items that appear to be under dublin core (qualified names sstart with "dc:").
handleDublinCore(RssDublinCore, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl100
 
handleHour() - Method in class churchillobjects.rss4j.parser.RssParserImpl091
Handles parsing the hour value for channels.
handleImage(RssChannel, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl090
 
handleImage(RssChannel, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl091
 
handleImage(RssChannel, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl100
Appends the image resource to the channel, adding it to the list of image elements for inclusion later.
handleImage(String, String, String, Attributes) - Method in class churchillobjects.rss4j.parser.RssParserImpl100
Handles a new image element.
handleImageAttributes(String) - Method in class churchillobjects.rss4j.parser.RssParserImpl091
handles image attributes that may exist for RSS 0.91 images.
handleImageDescription(RssChannelImage, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl091
 
handleImageHeight(RssChannelImage, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl091
 
handleImageLink(RssChannelImage, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl090
 
handleImageTitle(RssChannelImage, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl090
 
handleImageUrl(RssChannelImage, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl090
 
handleImageWidth(RssChannelImage, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl091
 
handleItem(String, String, String, Attributes) - Method in class churchillobjects.rss4j.parser.RssParserImpl100
Handles an item and rdf:li element.
handleItemDescription(RssChannelItem, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl091
 
handleItemLink(RssChannelItem, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl090
 
handleItems(RssChannel, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl090
 
handleItems(RssChannel, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl091
 
handleItems(RssChannel, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl100
Adds the items to the channel element, referencing them to the image elements that will be appended to the document.
handleItemTitle(RssChannelItem, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl090
 
handleLinkAttribute() - Method in class churchillobjects.rss4j.parser.RssParserImpl090
Handles the link attribute by adding the characters to the current text input, image, item or channel, depending on the flags.
handleNameAttribute() - Method in class churchillobjects.rss4j.parser.RssParserImpl090
Handles the name attribute by adding the characters to the current text input if that flag is set.
handleSkipDays(RssChannel, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl091
 
handleSkipHours(RssChannel, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl091
 
handleSyndication(IUsesSyndication, String, String) - Method in class churchillobjects.rss4j.parser.RssParserImpl100
Handle items that appear to be under syndication (qualified names sstart with "sy:").
handleSyndication(RssChannel, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl100
 
handleTextInput(RssChannel, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl090
 
handleTextInput(RssChannel, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl091
 
handleTextInput(RssChannel, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl100
Adds the text input to the channel element, referencing it to the text input element that will be appended to the document.
handleTextInput(String, String, String, Attributes) - Method in class churchillobjects.rss4j.parser.RssParserImpl100
Handles a new textinput element.
handleTextInputDescription(RssChannelTextInput, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl090
 
handleTextInputLink(RssChannelTextInput, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl090
 
handleTextInputName(RssChannelTextInput, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl090
 
handleTextInputTitle(RssChannelTextInput, Element) - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl090
 
handleTitleAttribute() - Method in class churchillobjects.rss4j.parser.RssParserImpl090
Handles the title attribute by adding the characters to the current text input, image, item or channel, depending on the flags.
handleUrlAttribute() - Method in class churchillobjects.rss4j.parser.RssParserImpl090
Handles the url attribute by adding the characters to the current image if that flag is set.
hasChars() - Method in class churchillobjects.rss4j.parser.RssParser
Indicates that characters are available.
hashCode() - Method in class churchillobjects.rss4j.RssChannel
Computes the hashcode of this object based on the hashcodes of the objects it contains.
hashCode() - Method in class churchillobjects.rss4j.RssChannelImage
Computes the hashcode of this object based on the hashcodes of the objects it contains.
hashCode() - Method in class churchillobjects.rss4j.RssChannelItem
Computes the hashcode of this object based on the hashcodes of the objects it contains.
hashCode() - Method in class churchillobjects.rss4j.RssChannelTextInput
Computes the hashcode of this object based on the hashcodes of the objects it contains.
hashCode() - Method in class churchillobjects.rss4j.RssDocument
Computes the hashcode of this object based on the hashcodes of the objects it contains.
hashCode() - Method in class churchillobjects.rss4j.RssDublinCore
Computes the hashcode of this object based on the hashcodes of the objects it contains.
hashCode() - Method in class churchillobjects.rss4j.RssSyndication
Computes the hashcode of this object based on the hashcodes of the objects it contains.
HOURLY - Static variable in class churchillobjects.rss4j.RssSyndication
Enumerated hourly value.

I

identifier - Variable in class churchillobjects.rss4j.RssDublinCore
The dublin core's identifier.
imageDescriptionMax - Variable in class churchillobjects.rss4j.generator.RssGenerator
 
imageElements - Variable in class churchillobjects.rss4j.generator.RssGeneratorImpl100
 
imageHeight - Variable in class churchillobjects.rss4j.RssChannelImage
The image's height (zero is unset).
imageLink - Variable in class churchillobjects.rss4j.RssChannelImage
The image's link url.
imageLinkMax - Variable in class churchillobjects.rss4j.generator.RssGenerator
 
imageMappings - Variable in class churchillobjects.rss4j.parser.RssParserImpl100
Maps resource strings to image objects.
imageTitle - Variable in class churchillobjects.rss4j.RssChannelImage
The image's title.
imageTitleMax - Variable in class churchillobjects.rss4j.generator.RssGenerator
 
imageUrl - Variable in class churchillobjects.rss4j.RssChannelImage
The image's source url.
imageUrlMax - Variable in class churchillobjects.rss4j.generator.RssGenerator
 
imageWidth - Variable in class churchillobjects.rss4j.RssChannelImage
The image's width (zero is unset).
inChannel - Variable in class churchillobjects.rss4j.parser.RssParserImpl090
Indicates that the SAX handling process is currently in a channel.
inChannelItems - Variable in class churchillobjects.rss4j.parser.RssParserImpl100
Flag to indicate that channel items are being parsed.
inChannelItemsSeq - Variable in class churchillobjects.rss4j.parser.RssParserImpl100
Flag to indicate that we are within the item sequence.
inImage - Variable in class churchillobjects.rss4j.parser.RssParserImpl090
Indicates that the SAX handling process is currently in an image.
inItem - Variable in class churchillobjects.rss4j.parser.RssParserImpl090
Indicates that the SAX handling process is currently in an item.
inputDescription - Variable in class churchillobjects.rss4j.RssChannelTextInput
A description for the text input.
inputLink - Variable in class churchillobjects.rss4j.RssChannelTextInput
The link for the input (the form target).
inputName - Variable in class churchillobjects.rss4j.RssChannelTextInput
The name of the input (for the form).
inputTitle - Variable in class churchillobjects.rss4j.RssChannelTextInput
The title of the text input.
inSkipDays - Variable in class churchillobjects.rss4j.parser.RssParserImpl091
Indicates that the parser is inside the skipDays element, so it should look for days values to follow.
inSkipHours - Variable in class churchillobjects.rss4j.parser.RssParserImpl091
Indicates that the parser is inside the skipHours element, so it should look for hours values to follow.
inTextInput - Variable in class churchillobjects.rss4j.parser.RssParserImpl090
Indicates that the SAX handling process is currently in a text input.
isTruncateText() - Method in class churchillobjects.rss4j.generator.RssGenerator
Inidcates that truncation is on or off, whereby certain text (titles, descriptions, etc.
isValidLanguage(String) - Static method in class churchillobjects.rss4j.model.DateLanguageUtil
Identifies if a specified language code is valid (in the list).
itemDescription - Variable in class churchillobjects.rss4j.RssChannelItem
The description for the item.
itemDescriptionMax - Variable in class churchillobjects.rss4j.generator.RssGenerator
 
itemElements - Variable in class churchillobjects.rss4j.generator.RssGeneratorImpl100
 
itemLink - Variable in class churchillobjects.rss4j.RssChannelItem
The link for the item (where the user goes when it is clicked on).
itemLinkMax - Variable in class churchillobjects.rss4j.generator.RssGenerator
 
itemMappings - Variable in class churchillobjects.rss4j.parser.RssParserImpl100
Maps resource strings to item objects.
items - Variable in class churchillobjects.rss4j.RssChannel
A list of the channel's items.
items() - Method in class churchillobjects.rss4j.RssChannel
Returns an enumeration of the channel's items.
itemTitle - Variable in class churchillobjects.rss4j.RssChannelItem
The title for the item.
itemTitleMax - Variable in class churchillobjects.rss4j.generator.RssGenerator
 
IUsesDublinCore - interface churchillobjects.rss4j.model.IUsesDublinCore.
Implemented by RSS object model classes that are valid for use with Dublin Core.
IUsesSyndication - interface churchillobjects.rss4j.model.IUsesSyndication.
Implemented by RSS object model classes that are valid for use with Syndication.

L

language - Variable in class churchillobjects.rss4j.RssDublinCore
The dublin core's language.
languages - Static variable in class churchillobjects.rss4j.model.DateLanguageUtil
Hard-coded list of world languages and codes.

M

MONTHLY - Static variable in class churchillobjects.rss4j.RssSyndication
Enumerated monthly value.

N

namespaces - Variable in class churchillobjects.rss4j.parser.RssParser
Holds the namespaces that were found in the document.

O

outputStream - Variable in class churchillobjects.rss4j.generator.RssGenerator
 
outputWriter - Variable in class churchillobjects.rss4j.generator.RssGenerator
 

P

parser - Variable in class churchillobjects.rss4j.parser.RssParser
The xml reader object
parseRss(File) - Static method in class churchillobjects.rss4j.parser.RssParser
Invokes a parse of an RSS document made available from a file object.
parseRss(InputSource) - Method in class churchillobjects.rss4j.parser.RssParser
Starts the parsing of a document from the specified input source.
parseRss(InputStream) - Static method in class churchillobjects.rss4j.parser.RssParser
Invokes a parse of an RSS document made available from an input stream.
parseRss(Reader) - Static method in class churchillobjects.rss4j.parser.RssParser
Invokes a parse of an RSS document made available from a reader object.
parseRss(String) - Static method in class churchillobjects.rss4j.parser.RssParser
Invokes a parse of an RSS document contained in a String as unicode text.
prefix - Variable in class churchillobjects.rss4j.model.RssNamespace
The namespace prefix, e.g.
PREFIX - Static variable in class churchillobjects.rss4j.RssDublinCore
The prefix for dublin core elements.
PREFIX - Static variable in class churchillobjects.rss4j.RssSyndication
The prefix used by syndication.
publisher - Variable in class churchillobjects.rss4j.RssDublinCore
The dublin core's publisher.

R

relation - Variable in class churchillobjects.rss4j.RssDublinCore
The dublin core's relation.
resetChars() - Method in class churchillobjects.rss4j.parser.RssParser
Resets the characters string buffer.
rights - Variable in class churchillobjects.rss4j.RssDublinCore
The dublin core's rights information.
ROOT_ELEMENT - Static variable in class churchillobjects.rss4j.generator.RssGeneratorImpl100
 
rootElement - Variable in class churchillobjects.rss4j.generator.RssGenerator
 
RssChannel - class churchillobjects.rss4j.RssChannel.
Encapsulates the data and some minor logic regarding a channel in the RSS object model.
RssChannel() - Constructor for class churchillobjects.rss4j.RssChannel
 
RssChannelImage - class churchillobjects.rss4j.RssChannelImage.
Encapsulates the data and some minor logic regarding an image in the RSS object model.
RssChannelImage() - Constructor for class churchillobjects.rss4j.RssChannelImage
default constructor.
RssChannelImage(String, String, String) - Constructor for class churchillobjects.rss4j.RssChannelImage
Overloaded constructor to set initial values for title, url and link.
RssChannelImage(String, String, String, int, int) - Constructor for class churchillobjects.rss4j.RssChannelImage
Overloaded constructor to set initial values for title, url, link and size.
RssChannelItem - class churchillobjects.rss4j.RssChannelItem.
Encapsulates the data and some minor logic regarding an item in the RSS object model.
RssChannelItem() - Constructor for class churchillobjects.rss4j.RssChannelItem
Default constructor.
RssChannelItem(String, String) - Constructor for class churchillobjects.rss4j.RssChannelItem
Overloaded constructor to set the title and link (required fields).
RssChannelItem(String, String, String) - Constructor for class churchillobjects.rss4j.RssChannelItem
Overloaded constructor to set the title, link and description.
RssChannelTextInput - class churchillobjects.rss4j.RssChannelTextInput.
Encapsulates the data and some minor logic regarding an item in the RSS object model.
RssChannelTextInput() - Constructor for class churchillobjects.rss4j.RssChannelTextInput
 
RssDocument - class churchillobjects.rss4j.RssDocument.
Encapsulates the data and some minor logic regarding a document in the RSS object model.
RssDocument() - Constructor for class churchillobjects.rss4j.RssDocument
Default constructor.
RssDocument(String) - Constructor for class churchillobjects.rss4j.RssDocument
Overloaded constructor to set the version number.
RssDublinCore - class churchillobjects.rss4j.RssDublinCore.
Encapsulates the attributes and some logic of the RDF dublin core extension to RSS.
RssDublinCore() - Constructor for class churchillobjects.rss4j.RssDublinCore
 
RssGenerationException - exception churchillobjects.rss4j.generator.RssGenerationException.
Indicates an exception occurred during the generation of the RSS document.
RssGenerationException(Exception) - Constructor for class churchillobjects.rss4j.generator.RssGenerationException
Constructor
RssGenerationException(String) - Constructor for class churchillobjects.rss4j.generator.RssGenerationException
Constructor
RssGenerationException(String, Exception) - Constructor for class churchillobjects.rss4j.generator.RssGenerationException
Constructor
RssGenerator - class churchillobjects.rss4j.generator.RssGenerator.
A base and factory class for RSS generator objects.
RssGenerator() - Constructor for class churchillobjects.rss4j.generator.RssGenerator
Constructor.
RssGeneratorImpl090 - class churchillobjects.rss4j.generator.RssGeneratorImpl090.
A RssGenerator implementation for creating RSS 0.90 compliant documents.
RssGeneratorImpl090() - Constructor for class churchillobjects.rss4j.generator.RssGeneratorImpl090
Constructor.
RssGeneratorImpl091 - class churchillobjects.rss4j.generator.RssGeneratorImpl091.
A generator to create XML code conformant to the RSS 0.91 standard.
RssGeneratorImpl091() - Constructor for class churchillobjects.rss4j.generator.RssGeneratorImpl091
Constructor.
RssGeneratorImpl100 - class churchillobjects.rss4j.generator.RssGeneratorImpl100.
 
RssGeneratorImpl100() - Constructor for class churchillobjects.rss4j.generator.RssGeneratorImpl100
 
RssNamespace - class churchillobjects.rss4j.model.RssNamespace.
Encapsulates a namespace.
RssNamespace(String, String) - Constructor for class churchillobjects.rss4j.model.RssNamespace
Constructor to set the prefix and uri.
RssParseException - exception churchillobjects.rss4j.parser.RssParseException.
Indicates an exception occurred during parsing of the RSS document.
RssParseException(Exception) - Constructor for class churchillobjects.rss4j.parser.RssParseException
Constructor
RssParseException(String) - Constructor for class churchillobjects.rss4j.parser.RssParseException
Constructor
RssParseException(String, Exception) - Constructor for class churchillobjects.rss4j.parser.RssParseException
Constructor
RssParser - class churchillobjects.rss4j.parser.RssParser.
This parser is really a 'bootstrap' parser, whose only real purpose is to identify what version the RSS document is and then instantiate and pass processing along to a parser appropriate to that version.
RssParser() - Constructor for class churchillobjects.rss4j.parser.RssParser
Blank constructor, used by the static parse methods before the version of the document is known.
RssParser(RssDocument, Vector) - Constructor for class churchillobjects.rss4j.parser.RssParser
In-package constructor, used by subclasses to set their already set-up document and namespace objects.
RssParserImpl090 - class churchillobjects.rss4j.parser.RssParserImpl090.
Class to parse an RSS document according to the specifications of the RSS .90 standard.
RssParserImpl090(RssDocument, Vector) - Constructor for class churchillobjects.rss4j.parser.RssParserImpl090
Constructor for this RSS verion's parser.
RssParserImpl091 - class churchillobjects.rss4j.parser.RssParserImpl091.
Class to parse an RSS document according to the specifications of the RSS .91 standard.
RssParserImpl091(RssDocument, Vector) - Constructor for class churchillobjects.rss4j.parser.RssParserImpl091
Constructor for this RSS verion's parser.
RssParserImpl100 - class churchillobjects.rss4j.parser.RssParserImpl100.
Class to parse an RSS document according to the specifications of the RSS 1.0 standard.
RssParserImpl100(RssDocument, Vector) - Constructor for class churchillobjects.rss4j.parser.RssParserImpl100
Constructor for this RSS verion's parser.
RssSyndication - class churchillobjects.rss4j.RssSyndication.
Encapsulates the attributes and some logic of the RDF syndication extension to RSS.
RssSyndication() - Constructor for class churchillobjects.rss4j.RssSyndication
Default constructor.
RssSyndication(String, int, Date) - Constructor for class churchillobjects.rss4j.RssSyndication
Overloaded constructor for presetting the object's values.
RssSyndication(String, int, String) - Constructor for class churchillobjects.rss4j.RssSyndication
Overloaded constructor for presetting the object's values.
RssVersion - interface churchillobjects.rss4j.model.RssVersion.
Enumerated version numbers for RSS.

S

setChannelCopyright(String) - Method in class churchillobjects.rss4j.RssChannel
Sets the channel copyright.
setChannelDescription(String) - Method in class churchillobjects.rss4j.RssChannel
Sets the channel description.
setChannelDocs(String) - Method in class churchillobjects.rss4j.RssChannel
Sets the channel docs (RSS 0.91 only).
setChannelImage(RssChannelImage) - Method in class churchillobjects.rss4j.RssChannel
Sets the channel image to the specified object.
setChannelLanguage(String) - Method in class churchillobjects.rss4j.RssChannel
Sets the channel language.
setChannelLastBuildDate(String) - Method in class churchillobjects.rss4j.RssChannel
Sets the channel last build date.
setChannelLink(String) - Method in class churchillobjects.rss4j.RssChannel
Sets the channel link.
setChannelManagingEditor(String) - Method in class churchillobjects.rss4j.RssChannel
Sets the channel managing editor.
setChannelPicsRating(String) - Method in class churchillobjects.rss4j.RssChannel
Sets the channel PICS rating.
setChannelPubDate(String) - Method in class churchillobjects.rss4j.RssChannel
Sets the channel publication date.
setChannelSyndication(RssSyndication) - Method in interface churchillobjects.rss4j.model.IUsesSyndication
Sets the syndication object
setChannelSyndication(RssSyndication) - Method in class churchillobjects.rss4j.RssChannel
Sets the channel's syndication object.
setChannelTextInput(RssChannelTextInput) - Method in class churchillobjects.rss4j.RssChannel
Sets the channel's text input object.
setChannelTitle(String) - Method in class churchillobjects.rss4j.RssChannel
Sets the channel title.
setChannelUri(String) - Method in class churchillobjects.rss4j.RssChannel
Sets the channel URI.
setChannelWebmaster(String) - Method in class churchillobjects.rss4j.RssChannel
Sets the channel webmaster.
setContributor(String) - Method in class churchillobjects.rss4j.RssDublinCore
Sets the dublin core's contributor.
setCoverage(String) - Method in class churchillobjects.rss4j.RssDublinCore
Sets the dublin core's coverage information.
setCreator(String) - Method in class churchillobjects.rss4j.RssDublinCore
Sets the dublin core's creator.
setDate(Date) - Method in class churchillobjects.rss4j.RssDublinCore
Sets the dublin core's date as a java.util.Date.
setDate(String) - Method in class churchillobjects.rss4j.RssDublinCore
Sets the dublin core's date in ISO 8601 format.
setDescription(String) - Method in class churchillobjects.rss4j.RssDublinCore
Sets the dublin core's description.
setDublinCore(RssDublinCore) - Method in interface churchillobjects.rss4j.model.IUsesDublinCore
Sets the dublin core object
setDublinCore(RssDublinCore) - Method in class churchillobjects.rss4j.RssChannel
Sets the channel's dublin core object.
setDublinCore(RssDublinCore) - Method in class churchillobjects.rss4j.RssChannelImage
Sets the dublin core for the channel image.
setDublinCore(RssDublinCore) - Method in class churchillobjects.rss4j.RssChannelItem
Sets the dublin core.
setDublinCore(RssDublinCore) - Method in class churchillobjects.rss4j.RssChannelTextInput
Sets the input's dublin core.
setFormat(String) - Method in class churchillobjects.rss4j.RssDublinCore
Sets the dublin core's format.
setIdentifier(String) - Method in class churchillobjects.rss4j.RssDublinCore
Sets the dublin core's identifier information.
setImageDescription(String) - Method in class churchillobjects.rss4j.RssChannelImage
Sets the description for the channel image.
setImageHeight(int) - Method in class churchillobjects.rss4j.RssChannelImage
Sets the height of the image, in pixels.
setImageLink(String) - Method in class churchillobjects.rss4j.RssChannelImage
Sets the link of the image (where the browser should go if the user clicks on the image)
setImageTitle(String) - Method in class churchillobjects.rss4j.RssChannelImage
Sets the title of the image (can be used as ALT attribute)
setImageUrl(String) - Method in class churchillobjects.rss4j.RssChannelImage
Sets the url of the image (the image source)
setImageWidth(int) - Method in class churchillobjects.rss4j.RssChannelImage
Sets the width of the image, in pixels.
setInputDescription(String) - Method in class churchillobjects.rss4j.RssChannelTextInput
Sets the input's description.
setInputLink(String) - Method in class churchillobjects.rss4j.RssChannelTextInput
Sets the input's link (the action of the form).
setInputName(String) - Method in class churchillobjects.rss4j.RssChannelTextInput
Sets the input's name (the name of the form's input tag, for the server to parse when submitted).
setInputTitle(String) - Method in class churchillobjects.rss4j.RssChannelTextInput
Sets the input's title.
setItemDescription(String) - Method in class churchillobjects.rss4j.RssChannelItem
Sets the item description.
setItemLink(String) - Method in class churchillobjects.rss4j.RssChannelItem
Sets the item link.
setItemTitle(String) - Method in class churchillobjects.rss4j.RssChannelItem
Sets the item title.
setLanguage(String) - Method in class churchillobjects.rss4j.RssDublinCore
Sets the dublin core's language.
setMaxLengths() - Method in class churchillobjects.rss4j.generator.RssGenerator
Implemented by subclasses.
setMaxLengths() - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl090
Sets the maximum field lengths for elements in RSS 0.90.
setMaxLengths() - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl091
Sets the maximum field lengths for elements in RSS 0.91.
setMaxLengths() - Method in class churchillobjects.rss4j.generator.RssGeneratorImpl100
Keep all max lenghts at zero; limits are suggested but not enforced with RSS 1.0.
setPublisher(String) - Method in class churchillobjects.rss4j.RssDublinCore
Sets the dublin core's publisher.
setRelation(String) - Method in class churchillobjects.rss4j.RssDublinCore
Sets the dublin core's relation.
setRights(String) - Method in class churchillobjects.rss4j.RssDublinCore
Sets the dublin core's rights.
setSource(String) - Method in class churchillobjects.rss4j.RssDublinCore
Sets the dublin core's source.
setSubject(String) - Method in class churchillobjects.rss4j.RssDublinCore
Sets the dublin core's subject.
setTitle(String) - Method in class churchillobjects.rss4j.RssDublinCore
Sets the dublin core's title.
setTruncateText(boolean) - Method in class churchillobjects.rss4j.generator.RssGenerator
Set this accessor to TRUE if truncation of text is desired.
setType(String) - Method in class churchillobjects.rss4j.RssDublinCore
Sets the dublin core's type.
setUpdateBase(Date) - Method in class churchillobjects.rss4j.RssSyndication
Sets the update base for the syndicaiton as a java.util.Date.
setUpdateBase(String) - Method in class churchillobjects.rss4j.RssSyndication
Sets the update base for the syndication as a String.
setUpdateFrequency(int) - Method in class churchillobjects.rss4j.RssSyndication
Stes the update frequency of the syndication.
setUpdatePeriod(String) - Method in class churchillobjects.rss4j.RssSyndication
Sets the update period of the syndication.
setVersion(String) - Method in class churchillobjects.rss4j.RssDocument
Sets the RSS version number of the document.
skipDays - Variable in class churchillobjects.rss4j.RssChannel
A list of the channel's skipdays.
SKIPDAYS - Static variable in class churchillobjects.rss4j.RssChannel
Permissible skipdays text items.
skipDays() - Method in class churchillobjects.rss4j.RssChannel
Returns an enumeration of the channel's skip days list.
skipHours - Variable in class churchillobjects.rss4j.RssChannel
A list of the channel's skiphours.
skipHours() - Method in class churchillobjects.rss4j.RssChannel
Returns an enumeration of the channel's skip hours.
source - Variable in class churchillobjects.rss4j.RssDublinCore
The dublin core's source.
startElement(String, String, String, Attributes) - Method in class churchillobjects.rss4j.parser.RssParser
SAX event.
startElement(String, String, String, Attributes) - Method in class churchillobjects.rss4j.parser.RssParserImpl090
SAX interface method.
startElement(String, String, String, Attributes) - Method in class churchillobjects.rss4j.parser.RssParserImpl091
SAX interface method, begins a new element.
startElement(String, String, String, Attributes) - Method in class churchillobjects.rss4j.parser.RssParserImpl100
SAX event.
startPrefixMapping(String, String) - Method in class churchillobjects.rss4j.parser.RssParser
SAX event.
subject - Variable in class churchillobjects.rss4j.RssDublinCore
The dublin core's subject.

T

textInputDescriptionMax - Variable in class churchillobjects.rss4j.generator.RssGenerator
 
textInputElements - Variable in class churchillobjects.rss4j.generator.RssGeneratorImpl100
 
textInputLinkMax - Variable in class churchillobjects.rss4j.generator.RssGenerator
 
textInputMappings - Variable in class churchillobjects.rss4j.parser.RssParserImpl100
Maps resource strings to text input objects.
textInputNameMax - Variable in class churchillobjects.rss4j.generator.RssGenerator
 
textInputTitleMax - Variable in class churchillobjects.rss4j.generator.RssGenerator
 
title - Variable in class churchillobjects.rss4j.RssDublinCore
The dublin core's title.
toString() - Method in class churchillobjects.rss4j.generator.RssGenerationException
Returns a canonical representation of this exception, or the nested exception if there is one.
toString() - Method in class churchillobjects.rss4j.parser.RssParseException
Returns a canonical representation of this exception, or the nested exception if there is one.
toString() - Method in class churchillobjects.rss4j.RssChannel
Returns a string representation of this object.
toString() - Method in class churchillobjects.rss4j.RssChannelImage
Returns a string representation of this object.
toString() - Method in class churchillobjects.rss4j.RssChannelItem
Returns a string representation of this object.
toString() - Method in class churchillobjects.rss4j.RssChannelTextInput
Returns a string representation of this object.
toString() - Method in class churchillobjects.rss4j.RssDocument
Returns a string representation of this object.
toString() - Method in class churchillobjects.rss4j.RssDublinCore
Returns a string representation of this object.
toString() - Method in class churchillobjects.rss4j.RssSyndication
Returns a string representation of this object.
truncate(String, int) - Method in class churchillobjects.rss4j.generator.RssGenerator
 
truncateText - Variable in class churchillobjects.rss4j.generator.RssGenerator
 
type - Variable in class churchillobjects.rss4j.RssDublinCore
The dublin core's type information.

U

unmappedImages - Variable in class churchillobjects.rss4j.parser.RssParserImpl100
A list of image resource strings that have not yet been found in the document.
unmappedItems - Variable in class churchillobjects.rss4j.parser.RssParserImpl100
A list of item resource strings that have not yet been found in the document.
unmappedTextInputs - Variable in class churchillobjects.rss4j.parser.RssParserImpl100
A list of text input resource strings that have not yet been found in the document.
updateBase - Variable in class churchillobjects.rss4j.RssSyndication
The syndication's update base as a string.
updateBaseDate - Variable in class churchillobjects.rss4j.RssSyndication
The syndication's update base as a java.util.Date.
updateFrequency - Variable in class churchillobjects.rss4j.RssSyndication
The syndication's update frequency, default to 1.
updatePeriod - Variable in class churchillobjects.rss4j.RssSyndication
The syndication's update period, default to "daily".
uri - Variable in class churchillobjects.rss4j.model.RssNamespace
The namespace uri, e.g.
usesDublinCore - Variable in class churchillobjects.rss4j.generator.RssGeneratorImpl100
 
usesSyndication - Variable in class churchillobjects.rss4j.generator.RssGeneratorImpl100
 

V

validateUri(String) - Method in class churchillobjects.rss4j.generator.RssGenerator
For fields that must have valid URIs, checks to see that the field contains one of the four valid URI prefixes (http, https, ftp or mailto).
validateValueOptional(String, String, int) - Method in class churchillobjects.rss4j.generator.RssGenerator
Overloaded version of validateValueOptional, for when there is no minimum length for the field (1 will be used for minimum length).
validateValueOptional(String, String, int, int) - Method in class churchillobjects.rss4j.generator.RssGenerator
Validates a value for a field that is not required, checking its minimum and maximum lengths.
validateValueRequired(String, String, int) - Method in class churchillobjects.rss4j.generator.RssGenerator
Overloaded version of validateValueRequired, for when there is no minimum length for the field (1 will be used for minimum length).
validateValueRequired(String, String, int, int) - Method in class churchillobjects.rss4j.generator.RssGenerator
Validates a value for a field that is required, checking its minimum and maximum lengths.
version - Variable in class churchillobjects.rss4j.RssDocument
Holds the version for the RSS document.
VERSION - Static variable in class churchillobjects.rss4j.generator.RssGeneratorImpl091
RSS version identifier, required
VERSION - Static variable in class churchillobjects.rss4j.parser.RssParserImpl090
Hard-coded version number for this handler's RSS version.
VERSION - Static variable in class churchillobjects.rss4j.parser.RssParserImpl091
Static version number string for this implementation.
VERSION - Static variable in class churchillobjects.rss4j.parser.RssParserImpl100
Canonical version number that is handled by this parser.
VERSION_10 - Static variable in interface churchillobjects.rss4j.model.RssVersion
Enumerated version string for RSS 1.0.
VERSION_90 - Static variable in interface churchillobjects.rss4j.model.RssVersion
Enumerated version string for RSS 0.90.
VERSION_91 - Static variable in interface churchillobjects.rss4j.model.RssVersion
Enumerated version string for RSS 0.91.

W

warnings - Variable in class churchillobjects.rss4j.RssDocument
Holds the warnings that were generated by the parser when this document object was parsed from an RSS document.
warnings() - Method in class churchillobjects.rss4j.RssDocument
Returns an enumeration of the current warnings.
WEEKLY - Static variable in class churchillobjects.rss4j.RssSyndication
Enumerated weekly value.
writeRssDocument(RssDocument) - Method in class churchillobjects.rss4j.generator.RssGenerator
Serializes the completed DOM structure to the source given by the client code.
writeRssDocument(RssDocument, File) - Method in class churchillobjects.rss4j.generator.RssGenerator
Overloaded write method for a Java File object.
writeRssDocument(RssDocument, OutputStream) - Method in class churchillobjects.rss4j.generator.RssGenerator
Overloaded write method fo a Java IO output stream.
writeRssDocument(RssDocument, Writer) - Method in class churchillobjects.rss4j.generator.RssGenerator
Overloaded write method for a Java IO writer object.

X

XMLNS - Static variable in class churchillobjects.rss4j.generator.RssGeneratorImpl100
 
XMLNS - Static variable in class churchillobjects.rss4j.RssDublinCore
The XML namespace of the dublin core.
XMLNS - Static variable in class churchillobjects.rss4j.RssSyndication
The XML namespace for syndication.
XMLNS_RDF - Static variable in class churchillobjects.rss4j.generator.RssGeneratorImpl100
 
XMLNS_VALUE - Static variable in class churchillobjects.rss4j.RssDublinCore
The namespace uri for dublin core.
XMLNS_VALUE - Static variable in class churchillobjects.rss4j.RssSyndication
The namespace uri for syndication.

Y

YEARLY - Static variable in class churchillobjects.rss4j.RssSyndication
Enumerated yearly value.

A C D E F G H I L M N O P R S T U V W X Y
Copyright (c) 2000-2002 ChurchillObjects.com