class MediaRssParser implements NamespaceParserInterface

RSS Feed Parser Namespace handler for MediaRSS.

Methods

void
processElementForFeed( Feed $feed, SimpleXMLElement $el)

Method to handle an element for the feed given that the media namespace is present.

void
processElementForFeedEntry( FeedEntry $entry, SimpleXMLElement $el)

Method to handle the feed entry element for the feed given that the media namespace is present.

Details

void processElementForFeed( Feed $feed, SimpleXMLElement $el)

Method to handle an element for the feed given that the media namespace is present.

Parameters

Feed $feed The Feed object being built from the parsed feed.
SimpleXMLElement $el The current XML element object to handle.

Return Value

void

void processElementForFeedEntry( FeedEntry $entry, SimpleXMLElement $el)

Method to handle the feed entry element for the feed given that the media namespace is present.

Parameters

FeedEntry $entry The FeedEntry object being built from the parsed feed entry.
SimpleXMLElement $el The current XML element object to handle.

Return Value

void