Class RSSItemImpl
java.lang.Object
com.biglybt.pifimpl.local.utils.xml.rss.RSSItemImpl
- All Implemented Interfaces:
RSSItem
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final RSSChannelImpl
private final boolean
private final SimpleXMLParserDocumentNode
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
RSSItemImpl
(RSSChannelImpl _channel, SimpleXMLParserDocumentNode _node, boolean _is_atom) -
Method Summary
-
Field Details
-
channel
-
is_atom
private final boolean is_atom -
node
-
-
Constructor Details
-
RSSItemImpl
-
-
Method Details
-
getTitle
Description copied from interface:RSSItem
Get the item's title, null if not defined -
getDescription
- Specified by:
getDescription
in interfaceRSSItem
-
getLink
-
getPublicationDate
- Specified by:
getPublicationDate
in interfaceRSSItem
-
getUID
-
getNode
Description copied from interface:RSSItem
Gets the items underlying XML node for extraction of extensions
-