class EasyRdf_Serialiser_RdfXml

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

Hierarchy

Expanded class hierarchy of EasyRdf_Serialiser_RdfXml

1 string reference to 'EasyRdf_Serialiser_RdfXml'

File

drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/RdfXml.php, line 46

View source

Members

Namesort descending Modifiers Type Description Overrides
EasyRdf_Serialiser::$prefixes protected property
EasyRdf_Serialiser::addPrefix protected function Keep track of the prefixes used while serialising @ignore
EasyRdf_Serialiser::checkSerialiseParams protected function Check and cleanup parameters passed to serialise() method @ignore
EasyRdf_Serialiser::reversePropertyCount 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::$outputtedResources private property
EasyRdf_Serialiser_RdfXml::rdfxmlObject protected function Protected method to serialise an object node into an XML object @ignore
EasyRdf_Serialiser_RdfXml::rdfxmlResource protected function Protected method to serialise a whole resource and its properties @ignore
EasyRdf_Serialiser_RdfXml::RDF_XML_LITERAL constant A constant for the RDF Type property URI
EasyRdf_Serialiser_RdfXml::serialise public function Method to serialise an EasyRdf_Graph to RDF/XML Overrides EasyRdf_Serialiser::serialise