Class RSSChannelImpl
java.lang.Object
com.biglybt.pifimpl.local.utils.xml.rss.RSSChannelImpl
- All Implemented Interfaces:
RSSChannel
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRSSChannelImpl(SimpleXMLParserDocumentNode _node, boolean _is_atom) -
Method Summary
Modifier and TypeMethodDescriptionReturns the mandatory descriptionRSSItem[]getItems()returns the items in the channelgetLink()Returns the mandatory linkprotected StringgetNode()returns the underlying XML node for extraction of extensionsReturns the *optional* publication dategetTitle()Returns the mandatory titleprotected booleanisHTTPS()
-
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:RSSChannelReturns the mandatory title- Specified by:
getTitlein interfaceRSSChannel- Returns:
-
getDescription
Description copied from interface:RSSChannelReturns the mandatory description- Specified by:
getDescriptionin interfaceRSSChannel- Returns:
-
getLink
Description copied from interface:RSSChannelReturns the mandatory link- Specified by:
getLinkin interfaceRSSChannel- Returns:
-
getLinkRaw
-
getPublicationDate
Description copied from interface:RSSChannelReturns the *optional* publication date- Specified by:
getPublicationDatein interfaceRSSChannel- Returns:
-
getItems
Description copied from interface:RSSChannelreturns the items in the channel- Specified by:
getItemsin interfaceRSSChannel- Returns:
-
getNode
Description copied from interface:RSSChannelreturns the underlying XML node for extraction of extensions- Specified by:
getNodein interfaceRSSChannel- Returns:
-