Class JFeedParserRssItunes

Description

Implements interfaces:

RSS Feed Parser Namespace handler for iTunes.

Located in /libraries/joomla/feed/parser/rss/itunes.php (line 20)


	
			
Method Summary
 void processElementForFeed (JFeed $feed, SimpleXMLElement $el)
 void processElementForFeedEntry (JFeedEntry $entry, SimpleXMLElement $el)
Methods
processElementForFeed (line 32)

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

  • since: 12.3
  • access: public
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.
processElementForFeedEntry (line 47)

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

  • since: 12.3
  • access: public
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.

Documentation generated on Tue, 19 Nov 2013 15:06:03 +0100 by phpDocumentor 1.4.3