Class: RDF::RDFXML::XML

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

Overview

Aliases for this format

This allows the following:

Examples:

Obtaining an RDFXML format class

RDF::Format.for(:xml)         # RDF::RDFXML::XML
RDF::Format.for(:xml).reader  # RDF::RDFXML::Reader
RDF::Format.for(:xml).writer  # RDF::RDFXML::Writer