Class to serialise an EasyRdf_Graph to RDF/XML with no external dependancies.
@package EasyRdf @copyright Copyright (c) 2009-2010 Nicholas J Humfrey @license http://www.opensource.org/licenses/bsd-license.php
Expanded class hierarchy of EasyRdf_Serialiser_RdfXml
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
EasyRdf_Serialiser:: |
protected | property | ||
EasyRdf_Serialiser:: |
protected | function | Keep track of the prefixes used while serialising @ignore | |
EasyRdf_Serialiser:: |
protected | function | Check and cleanup parameters passed to serialise() method @ignore | |
EasyRdf_Serialiser:: |
protected | function | Protected method to get the number of reverse properties for a resource If a resource only has a single property, the number of values for that property is returned instead. @ignore | |
EasyRdf_Serialiser_RdfXml:: |
private | property | ||
EasyRdf_Serialiser_RdfXml:: |
protected | function | Protected method to serialise an object node into an XML object @ignore | |
EasyRdf_Serialiser_RdfXml:: |
protected | function | Protected method to serialise a whole resource and its properties @ignore | |
EasyRdf_Serialiser_RdfXml:: |
constant | A constant for the RDF Type property URI | ||
EasyRdf_Serialiser_RdfXml:: |
public | function |
Method to serialise an EasyRdf_Graph to RDF/XML Overrides EasyRdf_Serialiser:: |