| 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/" | ||
| DublincoreModel | = | DublinCoreModel | For backward compatibility | |
| IMAGE_PREFIX | = | 'image' | ||
| IMAGE_URI | = | 'http://web.resource.org/rss/1.0/modules/image/' | ||
| IMAGE_ELEMENTS | = | [] | ||
| AVAILABLE_PARSER_LIBRARIES | = | [ ["rss/xmlparser", :XMLParserParser], ["rss/xmlscanner", :XMLScanParser], ["rss/rexmlparser", :REXMLParser], ] | ||
| AVAILABLE_PARSERS | = | [] | ||
| VERSION | = | "0.1.6" | ||
| URI | = | "http://purl.org/rss/1.0/" | ||
| DEBUG | = | false | ||
| NotExceptedTagError | = | NotExpectedTagError | For backward compatibility :X | |
| UnknownConvertMethod | = | UnknownConversionMethodError | for backward compatibility | |
| SY_PREFIX | = | 'sy' | ||
| SY_URI | = | "http://purl.org/rss/1.0/modules/syndication/" | ||
| TAXO_PREFIX | = | "taxo" | ||
| TAXO_URI | = | "http://purl.org/rss/1.0/modules/taxonomy/" | ||
| TAXO_ELEMENTS | = | [] | ||
| TRACKBACK_PREFIX | = | 'trackback' | ||
| TRACKBACK_URI | = | 'http://madskills.com/public/xml/rss/module/trackback/' |
ruby-doc.org is a service of James Britt and Neurogami, a Ruby application development company in Phoenix, AZ.
Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.
For more information on the Ruby programming language, visit ruby-lang.org.
Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.