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
RssContentclass. - RssContent.parse(XmlElement element)
-
Factory method to create an
RssContentobject from anXmlElement.factory
Properties
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