ItunesRssParser
实现 NamespaceParserInterfaceiTunes 的 RSS Feed 解析器命名空间处理程序。
链接 | |
---|---|
自 |
3.1.4 |
包 |
Joomla CMS |
方法
processElementForFeed
处理 feed 中元素的方法,前提是存在 itunes 命名空间。
processElementForFeed(\Joomla\CMS\Feed\Feed feed, \SimpleXMLElement el) :
processElementForFeedEntry
处理 feed 条目元素的方法,前提是存在 itunes 命名空间。
processElementForFeedEntry(\Joomla\CMS\Feed\FeedEntry entry, \SimpleXMLElement el) :