Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
Syndication::RDF::ContentVocab | Singleton holding RDF class and property constants of the RSS 1.0 content module |
Syndication::RDF::Document | Document implementation for RDF, representing an RSS 1.0 feed |
Syndication::RDF::DublinCore | A resource wrapper providing convenient access to Dublin Core metadata |
Syndication::RDF::DublinCoreVocab | Singleton holding RDF class and property constants of the Dublin Core vocabulary |
Syndication::RDF::Image | An image to be associated with an HTML rendering of the channel |
Syndication::RDF::Item | An RSS 1.0 item |
Syndication::RDF::Literal | Node type representing simple string values |
Syndication::RDF::Model | An RDF model, a set of RDF statements |
Syndication::RDF::ModelMaker | An RDF parser, used to parse an RDF model from RDF/XML |
Syndication::RDF::Node | RDF node, abstract baseclass for all RDF node types, like resources and literals |
Syndication::RDF::NodeVisitor | Visitor interface, following the Visitor design pattern |
Syndication::RDF::Parser | Parser implementation for RDF-based RSS 0.9 and RSS 1.0 feeds |
Syndication::RDF::Property | Property is node type that represents properties of things, like "name" is a property of a person, or "color" is a property of e.g |
Syndication::RDF::RDFVocab | Singleton holding RDF vocabulary, expressed as RDF |
Syndication::RDF::Resource | Resources are the entities in the RDF graph |
Syndication::RDF::ResourceWrapper | A wrapper for RDF resources |
Syndication::RDF::RSS09Vocab | Singleton holding RDF class and property constants of the RSS 0.9 vocabulary |
Syndication::RDF::RSSVocab | Singleton holding RDF class and property constants of the RSS 1.0 vocabulary |
Syndication::RDF::Sequence | Sequence container, a sequence contains an ordered list of RDF nodes |
Syndication::RDF::Statement | An RDF statement, consisting of a triple (subject, predicate, object) |
Syndication::RDF::SyndicationInfo | Wrapper to access syndication information for a feed |
Syndication::RDF::SyndicationVocab | Singleton providing Property constants for the Syndication module |
Syndication::RDF::TextInput | "The textinput element affords a method for submitting form data to an arbitrary URL - usually located at the parent website |