|
Holger's Java API |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.antelmann.net.RSSChannel
public class RSSChannel
represents a channel in the RSS format created by an RSSHandler
RSSHandler,
RSSMenu,
Serialized Form| Method Summary | |
|---|---|
static Properties |
createProperties(Element element)
A new map is created on each call. |
String |
getDescription()
|
Element |
getElement()
|
ImageIcon |
getImageIcon()
|
URL |
getImageURL()
|
RSSItem[] |
getItems()
|
Date |
getLastBuildDate()
|
Properties |
getProperties()
convenience method; a new map is created on each call. |
RSSHandler |
getRSSHandler()
|
static String |
getTagText(Element element,
String tag)
|
String |
getTitle()
|
URL |
getURL()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public RSSHandler getRSSHandler()
public Element getElement()
public RSSItem[] getItems()
throws FormatException
FormatExceptionpublic String getTitle()
public String getDescription()
public URL getURL()
throws MalformedURLException
MalformedURLExceptionpublic Date getLastBuildDate()
public URL getImageURL()
throws IOException
IOException
public ImageIcon getImageIcon()
throws IOException
IOExceptionpublic Properties getProperties()
public static Properties createProperties(Element element)
public static String getTagText(Element element,
String tag)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||