Class RSSChannelImpl
java.lang.Object
com.biglybt.pifimpl.local.utils.xml.rss.RSSChannelImpl
- All Implemented Interfaces:
RSSChannel
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
RSSChannelImpl
(SimpleXMLParserDocumentNode _node, boolean _is_atom) -
Method Summary
Modifier and TypeMethodDescriptionReturns the mandatory descriptionRSSItem[]
getItems()
returns the items in the channelgetLink()
Returns the mandatory linkprotected String
getNode()
returns the underlying XML node for extraction of extensionsReturns the *optional* publication dategetTitle()
Returns the mandatory titleprotected boolean
isHTTPS()
-
Field Details
-
node
-
items
-
is_atom
private final boolean is_atom -
is_https
private final boolean is_https
-
-
Constructor Details
-
RSSChannelImpl
-
-
Method Details
-
isHTTPS
protected boolean isHTTPS() -
getTitle
Description copied from interface:RSSChannel
Returns the mandatory title- Specified by:
getTitle
in interfaceRSSChannel
- Returns:
-
getDescription
Description copied from interface:RSSChannel
Returns the mandatory description- Specified by:
getDescription
in interfaceRSSChannel
- Returns:
-
getLink
Description copied from interface:RSSChannel
Returns the mandatory link- Specified by:
getLink
in interfaceRSSChannel
- Returns:
-
getLinkRaw
-
getPublicationDate
Description copied from interface:RSSChannel
Returns the *optional* publication date- Specified by:
getPublicationDate
in interfaceRSSChannel
- Returns:
-
getItems
Description copied from interface:RSSChannel
returns the items in the channel- Specified by:
getItems
in interfaceRSSChannel
- Returns:
-
getNode
Description copied from interface:RSSChannel
returns the underlying XML node for extraction of extensions- Specified by:
getNode
in interfaceRSSChannel
- Returns:
-