Gregory Williams > RDF-Trine > RDF::Trine::Parser::RDFXML

Download:
RDF-Trine-0.111.tar.gz

Dependencies

Annotate this POD

Website

CPAN RT

Open  0
Report a bug
Module Version: 0.111   Source  

NAME ^

RDF::Trine::Parser::RDFXML - RDF/XML Parser.

VERSION ^

This document describes RDF::Trine::Parser::RDFXML version 0.111

SYNOPSIS ^

 use RDF::Trine::Parser;
 my $parser     = RDF::Trine::Parser->new( 'rdfxml' );
 my $iterator = $parser->parse( $base_uri, $data );

DESCRIPTION ^

...

METHODS ^

new
parse_into_model ( $base_uri, $data, $model )

Parses the $data, using the given $base_uri. For each RDF triple parsed, will call $model->add_statement( $statement ).

parse ( $base_uri, $rdf, \&handler )

AUTHOR ^

Gregory Todd Williams <gwilliams@cpan.org>

COPYRIGHT ^

Copyright (c) 2006-2009 Gregory Todd Williams. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.