Package churchillobjects.rss4j

Examples of churchillobjects.rss4j.RssChannel.addItem()


    // iterate over something (db? vector?...)
    RssChannelItem item = new RssChannelItem();
    item.setItemTitle("Karens Recipes | Most Recent");
    item.setItemLink("http://www.karensrecipes.com/3/Soup/default.jsp");
    item.setItemDescription("The 10 most recently added recipes in the soup category.");
    channel.addItem(item);
   
    int a =channel.getItemCount();
       
    File file = new File("/discNFS/rss.xml");
    try{
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.