Class FeedParser::Feed
In: lib/feedparser/feedparser.rb
lib/feedparser/text-output.rb
lib/feedparser/html-output.rb
Parent: Object

an RSS/Atom feed

Methods

new   parse   to_html   to_s   to_text  

Attributes

creator  [R] 
description  [R] 
encoding  [R] 
items  [R] 
link  [R] 
title  [R] 
type  [R] 
xml  [R]  REXML::Element for this feed.

Public Class methods

parse str to build a Feed

Public Instance methods

Determines all the fields using a string containing an XML document

[Validate]