Copyright (c) 2000-2002 ChurchillObjects.com

Serialized Form

Class churchillobjects.rss4j.RssChannel implements Serializable

Serialized Fields

channelTitle

java.lang.String channelTitle
The channel title.


channelDescription

java.lang.String channelDescription
The channel description.


channelLink

java.lang.String channelLink
The channel link.


channelUri

java.lang.String channelUri
The channel uri (where it came from).


channelLanguage

java.lang.String channelLanguage
The channel language.


channelCopyright

java.lang.String channelCopyright
The channel copyright.


channelPubDate

java.lang.String channelPubDate
The channel pub date.


channelLastBuildDate

java.lang.String channelLastBuildDate
The channel's last build date.


channelManagingEditor

java.lang.String channelManagingEditor
The channel's managing editor.


channelWebmaster

java.lang.String channelWebmaster
The channel's webmaster.


channelPicsRating

java.lang.String channelPicsRating
The channel's PICS rating.


channelDocs

java.lang.String channelDocs
The channels docs.


channelSyndication

churchillobjects.rss4j.RssSyndication channelSyndication
The channel's syndication information.


dublinCore

churchillobjects.rss4j.RssDublinCore dublinCore
The channel's dublin core information.


skipDays

java.util.Vector skipDays
A list of the channel's skipdays.


skipHours

java.util.Vector skipHours
A list of the channel's skiphours.


channelImage

churchillobjects.rss4j.RssChannelImage channelImage
The channel's image.


channelTextInput

churchillobjects.rss4j.RssChannelTextInput channelTextInput
The channel's text input.


items

java.util.Vector items
A list of the channel's items.


Class churchillobjects.rss4j.RssChannelImage implements Serializable

Serialized Fields

imageTitle

java.lang.String imageTitle
The image's title.


imageUrl

java.lang.String imageUrl
The image's source url.


imageLink

java.lang.String imageLink
The image's link url.


imageWidth

int imageWidth
The image's width (zero is unset).


imageHeight

int imageHeight
The image's height (zero is unset).


dublinCore

churchillobjects.rss4j.RssDublinCore dublinCore
The image's dublin core.


Class churchillobjects.rss4j.RssChannelItem implements Serializable

Serialized Fields

itemTitle

java.lang.String itemTitle
The title for the item.


itemLink

java.lang.String itemLink
The link for the item (where the user goes when it is clicked on).


itemDescription

java.lang.String itemDescription
The description for the item.


dublinCore

churchillobjects.rss4j.RssDublinCore dublinCore
The dublin core for the item.


Class churchillobjects.rss4j.RssChannelTextInput implements Serializable

Serialized Fields

inputTitle

java.lang.String inputTitle
The title of the text input.


inputDescription

java.lang.String inputDescription
A description for the text input.


inputName

java.lang.String inputName
The name of the input (for the form).


inputLink

java.lang.String inputLink
The link for the input (the form target).


dublinCore

churchillobjects.rss4j.RssDublinCore dublinCore
The dublin core for the input.


Class churchillobjects.rss4j.RssDocument implements Serializable

Serialized Fields

channels

java.util.Vector channels
Holds the channels for the RSS document.


version

java.lang.String version
Holds the version for the RSS document.


warnings

java.util.Vector warnings
Holds the warnings that were generated by the parser when this document object was parsed from an RSS document.


Class churchillobjects.rss4j.RssDublinCore implements Serializable

Serialized Fields

title

java.lang.String title
The dublin core's title.


creator

java.lang.String creator
The dublin core's creator.


subject

java.lang.String subject
The dublin core's subject.


description

java.lang.String description
The dublin core's description.


publisher

java.lang.String publisher
The dublin core's publisher.


contributor

java.lang.String contributor
The dublin core's contributor.


date

java.util.Date date
The dublin core's date as a java.util.Date.


date8601

java.lang.String date8601
The dublin core's date as a String in ISO 8601 format.


type

java.lang.String type
The dublin core's type information.


format

java.lang.String format
The dublin core's format.


identifier

java.lang.String identifier
The dublin core's identifier.


source

java.lang.String source
The dublin core's source.


language

java.lang.String language
The dublin core's language.


relation

java.lang.String relation
The dublin core's relation.


coverage

java.lang.String coverage
The dublin core's coverage information.


rights

java.lang.String rights
The dublin core's rights information.


Class churchillobjects.rss4j.generator.RssGenerationException implements Serializable

Serialized Fields

exception

java.lang.Exception exception
The nested exception for this one to contain


Class churchillobjects.rss4j.parser.RssParseException implements Serializable

Serialized Fields

exception

java.lang.Exception exception
The nested exception for this one to contain


Class churchillobjects.rss4j.RssSyndication implements Serializable

Serialized Fields

updatePeriod

java.lang.String updatePeriod
The syndication's update period, default to "daily".


updateFrequency

int updateFrequency
The syndication's update frequency, default to 1.


updateBase

java.lang.String updateBase
The syndication's update base as a string.


updateBaseDate

java.util.Date updateBaseDate
The syndication's update base as a java.util.Date.


Copyright (c) 2000-2002 ChurchillObjects.com