Class FeedNormalizer::Parser
In: lib/feed-normalizer.rb
Parent: Object

The root parser object. Every parser must extend this object.

Methods

Public Class methods

Parses the given feed, and returns a normalized representation. Returns nil if the feed could not be parsed.

Parser being used.

Returns a number to indicate parser priority. The lower the number, the more likely the parser will be used first, and vice-versa.

Protected Class methods

sets value, or appends to an existing value

[Validate]