Serialized Form


Package org.apache.commons.digester.rss

Class org.apache.commons.digester.rss.Channel implements Serializable

Serialized Fields

items

java.util.ArrayList items
The set of items associated with this Channel.


skipDays

java.util.ArrayList skipDays
The set of skip days for this channel.


skipHours

java.util.ArrayList skipHours
The set of skip hours for this channel.


copyright

java.lang.String copyright
The channel copyright (1-100 characters).


description

java.lang.String description
The channel description (1-500 characters).


docs

java.lang.String docs
The channel description file URL (1-500 characters).


image

Image image
The image describing this channel.


language

java.lang.String language
The channel language (2-5 characters).


lastBuildDate

java.lang.String lastBuildDate
The channel last build date (1-100 characters).


link

java.lang.String link
The channel link (1-500 characters).


managingEditor

java.lang.String managingEditor
The managing editor (1-100 characters).


pubDate

java.lang.String pubDate
The channel publication date (1-100 characters).


rating

java.lang.String rating
The channel rating (20-500 characters).


textInput

TextInput textInput
The text input description for this channel.


title

java.lang.String title
The channel title (1-100 characters).


version

double version
The RSS specification version number used to create this Channel.


webMaster

java.lang.String webMaster
The webmaster email address (1-100 characters).

Class org.apache.commons.digester.rss.Image implements Serializable

Serialized Fields

description

java.lang.String description
The image description (1-100 characters).


height

int height
The image height in pixels (1-400).


link

java.lang.String link
The image link (1-500 characters).


title

java.lang.String title
The image alternate text (1-100 characters).


url

java.lang.String url
The image location URL (1-500 characters).


width

int width
The image width in pixels (1-400).

Class org.apache.commons.digester.rss.Item implements Serializable

Serialized Fields

description

java.lang.String description
The item description (1-500 characters).


link

java.lang.String link
The item link (1-500 characters).


title

java.lang.String title
The item title (1-100 characters).

Class org.apache.commons.digester.rss.TextInput implements Serializable

Serialized Fields

description

java.lang.String description
The text input description (1-100 characters).


link

java.lang.String link
The text input link (1-500 characters).


name

java.lang.String name
The text input field name (1-100 characters).


title

java.lang.String title
The text input submit button label (1-100 characters).


Package org.apache.commons.digester.xmlrules

Class org.apache.commons.digester.xmlrules.CircularIncludeException implements Serializable

Class org.apache.commons.digester.xmlrules.DigesterLoadingException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class org.apache.commons.digester.xmlrules.DigesterRuleParser.PatternStack implements Serializable

Class org.apache.commons.digester.xmlrules.XmlLoadException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause



Copyright (c) 2001-2003 - Apache Software Foundation