Class EasyRdf_Parser

Description

Parent class for the EasyRdf parsers

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


	
			
Direct descendents
Class Description
EasyRdf_Parser_Ntriples A pure-php class to parse N-Triples with no dependancies.
EasyRdf_Parser_RdfPhp Class to parse RDF with no external dependancies.
EasyRdf_Parser_RdfXml A pure-php class to parse RDF/XML.
EasyRdf_Parser_Redland Class to parse RDF using Redland (librdf) C library.
Variable Summary
mixed $_baseUri
mixed $_format
mixed $_graph
Variables
mixed $_baseUri = null (line 58)

The base URI for the document currently being parsed

  • access: protected
mixed $_format = null (line 55)

The format of the document currently being parsed

  • access: protected
mixed $_graph = null (line 52)

The current graph to insert triples into

  • access: protected

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