Class EasyRdf_Parser_RdfXml

Description

A pure-php class to parse RDF/XML.

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

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

Constructor

  • access: public
parse (line 740)

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

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