org.gudy.azureus2.pluginsimpl.local.utils.xml.rss
Class RSSItemImpl

java.lang.Object
  extended by org.gudy.azureus2.pluginsimpl.local.utils.xml.rss.RSSItemImpl
All Implemented Interfaces:
RSSItem

public class RSSItemImpl
extends java.lang.Object
implements RSSItem

Author:
parg

Constructor Summary
protected RSSItemImpl(SimpleXMLParserDocumentNode _node, boolean _is_atom)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.net.URL getLink()
           
 SimpleXMLParserDocumentNode getNode()
          Gets the items underlying XML node for extraction of extensions
 java.util.Date getPublicationDate()
           
 java.lang.String getTitle()
          Get the item's title, null if not defined
 java.lang.String getUID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSSItemImpl

protected RSSItemImpl(SimpleXMLParserDocumentNode _node,
                      boolean _is_atom)
Method Detail

getTitle

public java.lang.String getTitle()
Description copied from interface: RSSItem
Get the item's title, null if not defined

Specified by:
getTitle in interface RSSItem

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface RSSItem

getLink

public java.net.URL getLink()
Specified by:
getLink in interface RSSItem

getPublicationDate

public java.util.Date getPublicationDate()
Specified by:
getPublicationDate in interface RSSItem

getUID

public java.lang.String getUID()
Specified by:
getUID in interface RSSItem

getNode

public SimpleXMLParserDocumentNode getNode()
Description copied from interface: RSSItem
Gets the items underlying XML node for extraction of extensions

Specified by:
getNode in interface RSSItem
Returns: