Method to handle an element for the feed given that the media namespace is present.
void
processElementForFeed
(
JFeed $feed,
SimpleXMLElement $el)
-
JFeed
$feed: The JFeed object being built from the parsed feed.
-
SimpleXMLElement
$el: The current XML element object to handle.
Implementation of:
- JFeedParserNamespace::processElementForFeed()
- Method to handle an element for the feed given that a certain namespace is present.
Method to handle the feed entry element for the feed given that the media namespace is present.
void
processElementForFeedEntry
(
JFeedEntry $entry,
SimpleXMLElement $el)
-
JFeedEntry
$entry: The JFeedEntry object being built from the parsed feed entry.
-
SimpleXMLElement
$el: The current XML element object to handle.
Implementation of:
- JFeedParserNamespace::processElementForFeedEntry()
- Method to handle the feed entry element for the feed given that a certain namespace is present.