Class: RDF::RDFa::XHTML

Inherits:
Format
  • Object
show all
Defined in:
lib/rdf/rdfa/format.rb

Overview

Aliases for RDFa::Format

This allows the following:

Examples:

Obtaining an HTML format class

RDF::Format.for(:xhtml)         # RDF::RDFa::XHTML
RDF::Format.for(:xhtml).reader  # RDF::RDFa::Reader
RDF::Format.for(:xhtml).writer  # RDF::RDFa::Writer