The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

ODO::Parser::XML::Slow

SYNOPSIS

 my $parser = ODO::Parser::XML->new();
 my $statements = $parser->parse($RDF);

 foreach my $stmt (@{ $statements }) {
        # Manipulate the ODO::Statement($stmt) here
 }
        

DESCRIPTION

METHODS

parse_rdf( $rdf | GLOB )
 Parameters:

   $rdf - Required. 

 Returns:

   An array ref of ODO::Statement's or 
   undef if there is an error parsing the RDF

COPYRIGHT

Copyright (c) 2004-2006 IBM Corporation.

All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html