- Inheritance
Classes & Modules
- RSS::Atom
- RSS::BaseDublinCoreModel
- RSS::BaseModel
- RSS::BaseTrackBackModel
- RSS::ContentModel
- RSS::DublinCoreModel
- RSS::ITunesBaseModel
- RSS::ITunesChannelModel
- RSS::ITunesItemModel
- RSS::ITunesModelUtils
- RSS::ImageFaviconModel
- RSS::ImageItemModel
- RSS::ImageModelUtils
- RSS::ListenerMixin
- RSS::Maker
- RSS::RSS09
- RSS::RSS10
- RSS::RootElementMixin
- RSS::SetupMaker
- RSS::SlashModel
- RSS::SyndicationModel
- RSS::TaxonomyTopicModel
- RSS::TaxonomyTopicsModel
- RSS::TrackBackModel10
- RSS::TrackBackModel20
- RSS::TrackBackUtils
- RSS::Utils
- RSS::XML
- RSS::XMLStyleSheetMixin
- RSS::BaseListener
- RSS::BaseParser
- RSS::ConversionError
- RSS::Converter
- RSS::Element
- RSS::Error
- RSS::InvalidRSSError
- RSS::MissingAttributeError
- RSS::MissingTagError
- RSS::NSError
- RSS::NotAvailableValueError
- RSS::NotExpectedTagError
- RSS::NotSetError
- RSS::NotValidXMLParser
- RSS::NotWellFormedError
- RSS::OverlappedPrefixError
- RSS::Parser
- RSS::RDF
- RSS::REXMLLikeXMLParser
- RSS::REXMLListener
- RSS::REXMLParser
- RSS::Rss
- RSS::TooMuchTagError
- RSS::UnknownConversionMethodError
- RSS::UnknownTagError
- RSS::UnsupportedMakerVersionError
- RSS::XMLParserListener
- RSS::XMLParserNotFound
- RSS::XMLParserParser
- RSS::XMLScanListener
- RSS::XMLScanParser
- RSS::XMLStyleSheet
Constants
| Name | Description | |
|---|---|---|
| AVAILABLE_PARSERS | = [] | |
| AVAILABLE_PARSER_LIBRARIES | = [ ["rss/xmlparser", :XMLParserParser], ["rss/xmlscanner", :XMLScanParser], ["rss/rexmlparser", :REXMLParser], ] | |
| CONTENT_PREFIX | = 'content' | |
| CONTENT_URI | = "http://purl.org/rss/1.0/modules/content/" | |
| DC_PREFIX | = 'dc' | |
| DC_URI | = "http://purl.org/dc/elements/1.1/" | |
| DEBUG | = false | |
| DublincoreModel | = DublinCoreModel | For backward compatibility |
| IMAGE_ELEMENTS | = [] | |
| IMAGE_PREFIX | = 'image' | |
| IMAGE_URI | = 'http://purl.org/rss/1.0/modules/image/' | |
| ITUNES_PREFIX | = 'itunes' | |
| ITUNES_URI | = 'http://www.itunes.com/dtds/podcast-1.0.dtd' | |
| NotExceptedTagError | = NotExpectedTagError | For backward compatibility :X |
| SLASH_PREFIX | = 'slash' | |
| SLASH_URI | = "http://purl.org/rss/1.0/modules/slash/" | |
| SY_PREFIX | = 'sy' | |
| SY_URI | = "http://purl.org/rss/1.0/modules/syndication/" | |
| TAXO_ELEMENTS | = [] | |
| TAXO_PREFIX | = "taxo" | |
| TAXO_URI | = "http://purl.org/rss/1.0/modules/taxonomy/" | |
| TRACKBACK_PREFIX | = 'trackback' | |
| TRACKBACK_URI | = 'http://madskills.com/public/xml/rss/module/trackback/' | |
| URI | = "http://purl.org/rss/1.0/" | |
| UnknownConvertMethod | = UnknownConversionMethodError | for backward compatibility |
| VERSION | = "0.2.4" |