Class EasyRdf_Parser_Redland

Description

Class to parse RDF using Redland (librdf) C library.

Located in /EasyRdf/Parser/Redland.php (line 46)

EasyRdf_Parser
   |
   --EasyRdf_Parser_Redland
Class Constant Summary
 LIBRDF_PARSER_FEATURE_ERROR_COUNT = 'http://feature.librdf.org/parser-error-count'
Method Summary
boolean parse (object EasyRdf_Graph $graph, string $data, string $format, string $baseUri)
Methods
Constructor __construct (line 167)

Constructor

  • access: public
parse (line 192)

Parse an RDF document into an EasyRdf_Graph

  • return: true if parsing was successful
  • access: public
boolean parse (object EasyRdf_Graph $graph, string $data, string $format, string $baseUri)
  • object EasyRdf_Graph $graph: the graph to load the data into
  • string $data: the RDF document data
  • string $format: the format of the input data
  • string $baseUri: the base URI of the data being parsed
Class Constants
LIBRDF_PARSER_FEATURE_ERROR_COUNT =
'http://feature.librdf.org/parser-error-count'
(line 52)

Parser feature URI string for getting the error count of last parse.

Documentation generated on Wed, 20 Jul 2011 19:54:05 +0100 by phpDocumentor 1.4.3