ClassInterface JFeedParserNamespace

Description

Feed Namespace interface.

  • since: 12.3

Located in /libraries/joomla/feed/parser/namespace.php (line 19)


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

Method to handle an element for the feed given that a certain 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.
processElementForFeedEntry (line 43)

Method to handle the feed entry element for the feed given that a certain 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.

Documentation generated on Tue, 19 Nov 2013 15:09:17 +0100 by phpDocumentor 1.4.3