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
integer parse (object EasyRdf_Graph $graph, string $data, string $format, string $baseUri)
Variables
Methods
Constructor __construct (line 169)

Constructor

  • access: public
parse (line 194)

Parse an RDF document into an EasyRdf_Graph

  • return: The number of triples added to the graph
  • access: public
integer 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, 16 Jan 2013 19:16:38 +0000 by phpDocumentor 1.4.4