Class Raggle::Feed::Channel
In: raggle  (CVS)
Parent: Object

Basic RSS Channel object. Used by RSS parser.

Methods

Attributes

desc  [RW] 
image  [RW] 
items  [RW] 
lang  [RW] 
last_modified  [RW] 
link  [RW] 
title  [RW] 

Public Class methods

Public Instance methods

Find element in content by using XPath specified in $config[‘item_element_xpaths’][name].

Use REXML to decode the specified element based the character encoding in $config[‘character_encoding’] (defaults to ‘ISO-8859-1’ if unset).

Parse an RSS URL and populate this Raggle::Feed::Channel object. The actual feed items are stored as Raggle::Feed::Item objects in @items.

[Validate]