Method Summary |
|
public void | addItem(Item item) Add an additional item. |
public void | addSkipDay(String skipDay) Add an additional skip day name. |
public void | addSkipHour(String skipHour) Add an additional skip hour name. |
public Item[] | findItems() Return the items for this channel. |
public String[] | findSkipDays() Return the skip days for this channel. |
public String[] | findSkipHours() Return the skip hours for this channel. |
public String | getCopyright() |
public String | getDescription() |
public String | getDocs() |
public Image | getImage() |
public Item[] | getItems() Return the items for this channel. |
public String | getLanguage() |
public String | getLastBuildDate() |
public String | getLink() |
public String | getManagingEditor() |
public String | getPubDate() |
public String | getRating() |
public String[] | getSkipDays() Return the skip days for this channel. |
public String[] | getSkipHours() Return the skip hours for this channel. |
public TextInput | getTextInput() |
public String | getTitle() |
public double | getVersion() |
public String | getWebMaster() |
public void | removeItem(Item item) Remove an item for this channel. |
public void | removeSkipDay(String skipDay) Remove a skip day for this channel. |
public void | removeSkipHour(String skipHour) Remove a skip hour for this channel. |
public void | render(OutputStream stream) Render this channel as XML conforming to the RSS 0.91 specification,
to the specified output stream, with no indication of character
encoding. |
public void | render(OutputStream stream, String encoding) Render this channel as XML conforming to the RSS 0.91 specification,
to the specified output stream, with the specified character encoding. |
public void | render(Writer writer) Render this channel as XML conforming to the RSS 0.91 specification,
to the specified writer, with no indication of character encoding. |
public void | render(Writer writer, String encoding) Render this channel as XML conforming to the RSS 0.91 specification,
to the specified writer, indicating the specified character encoding. |
public void | render(PrintWriter writer) Render this channel as XML conforming to the RSS 0.91 specification,
to the specified writer, with no indication of character encoding. |
public void | render(PrintWriter writer, String encoding) Render this channel as XML conforming to the RSS 0.91 specification,
to the specified writer, indicating the specified character encoding. |
public void | setCopyright(String copyright) |
public void | setDescription(String description) |
public void | setDocs(String docs) |
public void | setImage(Image image) |
public void | setLanguage(String language) |
public void | setLastBuildDate(String lastBuildDate) |
public void | setLink(String link) |
public void | setManagingEditor(String managingEditor) |
public void | setPubDate(String pubDate) |
public void | setRating(String rating) |
public void | setTextInput(TextInput textInput) |
public void | setTitle(String title) |
public void | setVersion(double version) |
public void | setWebMaster(String webMaster) |