Back to Joomla project (class list)

Class NamespaceParserInterface - list of methods

Feed Namespace interface.
Package: Joomla\CMS\Feed\Parser
Copyright: (C) 2017 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Feed/Parser/NamespaceParserInterface.php
Project: Joomla

Method Summary

public void
(\Joomla\CMS\Feed\Feed $feed, \SimpleXMLElement $el)

Method to handle an element for the feed given that a certain namespace is present.
Parameters
  • \Joomla\CMS\Feed\Feed $feed The Feed object being built from the parsed feed.
  • \SimpleXMLElement $el The current XML element object to handle.
Returns
  • void
Since
  • 3.1.4
Show source code of this method: processElementForFeed Source Code

public void
(\Joomla\CMS\Feed\FeedEntry $entry, \SimpleXMLElement $el)

Method to handle the feed entry element for the feed given that a certain namespace is present.
Parameters
  • \Joomla\CMS\Feed\FeedEntry $entry The FeedEntry object being built from the parsed feed entry.
  • \SimpleXMLElement $el The current XML element object to handle.
Returns
  • void
Since
  • 3.1.4
Show source code of this method: processElementForFeedEntry Source Code

Tags Summary

Since
3.1.4