RDF::Core::Model::Serializer(3pUser Contributed Perl DocumentatiRDF::Core::Model::Serializer(3pm)
NAME
RDF::Core::Model::Serializer - interface between model and RDF::Core::Serializer
SYNOPSIS
require RDF::Core::Model::Serializer;
my $xml = '';
my $serializer = new RDF::Core::Model::Serializer(Model=>$model,
Output=>\$xml,
BaseURI => 'URI://BASE/',
);
$serializer->serialize;
print "$xml\n";
DESCRIPTION
A Model::Serializer object sets handlers for serializer, connecting the serializer with a
specific model.
Interface
o new(%options)
Available options are:
o Model
A reference to RDF::Core::Model object - the RDF model I want to serialize.
o Output, BaseURI
See RDF::Core::Serializer options
o getSubjects, getNamespaces, getStatements, countStatements, existsStatement
While the module provides defaults for each handler, you can override any of them.
See RDF::Core::Serializer for details.
o getOptions
o setOptions(\%options)
o serialize
LICENSE
This package is subject to the MPL (or the GPL alternatively).
AUTHOR
Ginger Alliance, rdf AT gingerall.cz
SEE ALSO
RDF::Core::Serializer, RDF::Core::Model
perl v5.10.0 2004-03-01 RDF::Core::Model::Serializer(3pm)
Generated by $Id: phpMan.php,v 4.49 2006/02/26 13:18:18 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2012-05-25 01:38 @38.107.179.239 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)