RssContent class

Represents the content element in an RSS feed.

This class is used to parse the content of an RSS feed item and extract any image URLs present in it.

For RSS Content Module:

  • xmlns:content="http://purl.org/rss/1.0/modules/content/"

Constructors

RssContent(String value, Iterable<String> images)
Constructor for the RssContent class.
RssContent.parse(XmlElement element)
Factory method to create an RssContent object from an XmlElement.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
images Iterable<String>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited