|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.spy.SpyObject
net.spy.jwebkit.rss.RSSChannel
public abstract class RSSChannel
An RSS channel.
| Constructor Summary | |
|---|---|
RSSChannel(java.lang.String t,
java.lang.String l,
java.lang.String d)
Get an RSS channel instance. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Get the description of this channel. |
protected abstract java.util.Collection<? extends RSSItem> |
getItems()
Get the RSS items for this channel. |
java.lang.String |
getLanguage()
Get the language of this channel. |
java.lang.String |
getLink()
Get the link to this channel. |
java.lang.String |
getTitle()
Get the title of this channel. |
java.lang.String |
toString()
|
void |
writeXml(org.xml.sax.ContentHandler handler)
Serialize this RSS channel. |
| Methods inherited from class net.spy.SpyObject |
|---|
getLogger |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RSSChannel(java.lang.String t,
java.lang.String l,
java.lang.String d)
| Method Detail |
|---|
public java.lang.String getTitle()
public java.lang.String getLink()
public java.lang.String getDescription()
public java.lang.String getLanguage()
protected abstract java.util.Collection<? extends RSSItem> getItems()
public java.lang.String toString()
toString in class java.lang.Object
public void writeXml(org.xml.sax.ContentHandler handler)
throws org.xml.sax.SAXException
writeXml in interface net.spy.xml.SAXAbleorg.xml.sax.SAXException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||