NamespaceParserInterface

Feed Namespace interface.

since

3.1.4

package

Joomla CMS

Methods

processElementForFeed

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

processElementForFeed(\Joomla\CMS\Feed\Feed feed, \SimpleXMLElement el) : 
since

3.1.4

Arguments

feed

FeedThe Feed object being built from the parsed feed.

el

SimpleXMLElementThe current XML element object to handle.

Response

void

processElementForFeedEntry

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

processElementForFeedEntry(\Joomla\CMS\Feed\FeedEntry entry, \SimpleXMLElement el) : 
since

3.1.4

Arguments

entry

FeedEntryThe FeedEntry object being built from the parsed feed entry.

el

SimpleXMLElementThe current XML element object to handle.

Response

void