|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MRSSNode | |
|---|---|
| com.sonettic.mrss.elements | Classes that representing Sonettic MRSS feed elements. |
| Uses of MRSSNode in com.sonettic.mrss.elements |
|---|
| Methods in com.sonettic.mrss.elements that return types with arguments of type MRSSNode | |
|---|---|
java.util.List<MRSSNode> |
MRSSMediaChapter.getNodes()
Get media contents of this item. |
java.util.List<MRSSNode> |
MRSSItem.getNodes()
Get MRSSNodes of this channel. |
java.util.List<MRSSNode> |
MRSSChannel.getNodes()
Get MRSSNodes of this channel. |
| Methods in com.sonettic.mrss.elements with parameters of type MRSSNode | |
|---|---|
void |
MRSSMediaChapter.addNode(MRSSNode node)
Adding any optional node (like "keywords", "description" etc.) that don't represented by class to current item. |
void |
MRSSItem.addNode(MRSSNode node)
Adding any optional node (like "keywords", "description" etc.) that don't represented by class to current item. |
void |
MRSSChannel.addNode(MRSSNode node)
Adding any optional node which is not represented by class to current channel. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||