A wrapper around the librdf_parser datatype.
Parsers can be used to particular type of serialized RDF into a LibRDF_Model or to simply convert the serialization into an iteration of LibRDF_Statement objects.
Located in /Parser.php (line 54)
Create a new parser.
Name is the type of parser. Common parsers are "rdfxml", "ntriples" and "turtle". If all arguments are NULL, any available parser for application/rdf+xml will be used.
Free the parser's resources.
Return the underlying parser resource.
This function is intended for other LibRDF classes and shoult not be called.
Parse a string and return an iterable object over the statements.
The object returned can be used in PHP foreach statements. It is not rewindable.
Parse a URI and return an iterable object over the statements.
The object returned can be used in PHP foreach statements. It is not rewindable.
Documentation generated on Thu, 15 Jun 2006 19:25:13 -0400 by phpDocumentor 1.3.0