-
-
12 May 2011 23:49:49 UTC
- Distribution: PLUTO
- Module version: 1.06
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (533 / 94 / 1)
- Kwalitee
Bus factor: 0- 46.97% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (124.81KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- IBM
- Dependencies
- Aspect
- Class::Accessor
- Class::Base
- Class::ISA
- Class::Interfaces
- Class::ParamParser
- Digest::MD5
- Error
- Exception::Class
- Exception::Class::DBI
- Module::Load
- Module::Load::Conditional
- Params::Check
- Parse::RecDescent
- SQL::Library
- Template
- Time::HiRes
- URI
- XML::LibXML
- XML::Namespace
- XML::RegExp
- XML::SAX
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
ODO::Parser::XML - Parser for statements serialized to RDF/XML
SYNOPSIS
use ODO::Parser::XML; my $statements = ODO::Parser::XML->parse_file('some/path/to/data.rdfxml'); my $rdf = ' ... rdf xml here ... '; my $other_statements = ODO::Parser::XML->parse(\$rdf);
DESCRIPTION
RDF/XML parser that implements the ODO::Parser interface.
METHODS
- parse( )
- select_parser( )
-
This subroutine allows you to select the SAX implementation that is used by this SAX parser. Argument is a scalar string.
The following options are available, but are not limited to:
- XML::LibXML - not actually a SAX engine, but emits SAX events
- XML::LibXML::SAX - a SAX parser provided by XML::LibXML
- XML::LibXML::SAX::Parser - another SAX parser provided by XML::LibXML; the one used by default. Not sure how different it is from XML::LibXML::SAX
- XML::SAX::PurePerl - pure perl implementation; not very efficient.
COPYRIGHT
Copyright (c) 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
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 97:
'=item' outside of any '=over'
Module Install Instructions
To install PLUTO, copy and paste the appropriate command in to your terminal.
cpanm PLUTO
perl -MCPAN -e shell install PLUTO
For more information on module installation, please visit the detailed CPAN module installation guide.