|
SageTV Platform V7.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsage.media.rss.RSSSequence
public class RSSSequence
RSSSequences's definitions class.
This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY.
| Constructor Summary | |
|---|---|
RSSSequence()
|
|
| Method Summary | |
|---|---|
void |
addElement(RSSSequenceElement el)
Add an element to a sequence |
java.util.LinkedList |
getElementList()
Return the element of a squence into a LinkedList |
int |
getListSize()
Return the size of a sequence |
java.lang.String |
toDebugString()
Useful for debug |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RSSSequence()
| Method Detail |
|---|
public void addElement(RSSSequenceElement el)
el - the RSSSequenceElement elmentpublic java.util.LinkedList getElementList()
public int getListSize()
public java.lang.String toDebugString()
|
SageTV Platform V7.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||