Class EasyRdf_Parser_RdfXml

Description

A pure-php class to parse RDF/XML.

Located in /EasyRdf/Parser/RdfXml.php (line 49)

EasyRdf_Parser
   |
   --EasyRdf_Parser_RdfXml
Method Summary
integer parse (object EasyRdf_Graph $graph, string $data, string $format, string $baseUri)
Variables
Methods
Constructor __construct (line 65)

Constructor

  • access: public
parse (line 745)

Parse an RDF/XML 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

Documentation generated on Wed, 16 Jan 2013 19:16:38 +0000 by phpDocumentor 1.4.4