com.antelmann.net
Class RSSItem
java.lang.Object
com.antelmann.net.RSSItem
- All Implemented Interfaces:
- Serializable
public class RSSItem
- extends Object
- implements Serializable
represents an item in an RSS feed
- Author:
- Holger Antelmann
- See Also:
RSSChannel,
RSSHandler,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSSItem
public RSSItem(RSSChannel channel,
Element element)
getChannel
public RSSChannel getChannel()
getElement
public Element getElement()
getTitle
public String getTitle()
getDescription
public String getDescription()
getURL
public URL getURL()
throws MalformedURLException
- Throws:
MalformedURLException
getProperties
public Properties getProperties()
(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads