cellml_api::RDFXMLStringRepresentation Interface Reference

cellml_api::RDFXMLStringRepresentation Interface Reference

The RDF representation for type="http://www.cellml.org/RDFXML/string". More...

Inheritance diagram for cellml_api::RDFXMLStringRepresentation:
Collaboration diagram for cellml_api::RDFXMLStringRepresentation:

Public Attributes

attribute wstring serialisedData
 A complete RDF/XML document (including a single top-level RDF:rdf element) as a serialised string.
- Public Attributes inherited from cellml_api::RDFRepresentation
readonly attribute wstring type
 Returns the URN for the type of representation this is.
- Public Attributes inherited from XPCOM::IObject
readonly attribute string objid
 Fetches the ID of the object.

Additional Inherited Members

- Public Member Functions inherited from XPCOM::IObject
void add_ref ()
 Called to indicate that some code is keeping an owning reference to the object.
oneway void release_ref ()
 Removes a reference to an object which was created by some other means (e.g.
IObject query_interface (in utf8string id)
 Returns an IObject of the same implementation, which supports a specific interface.

Detailed Description

The RDF representation for type="http://www.cellml.org/RDFXML/string".

Definition at line 99 of file CellML_APISPEC.idl.

Member Data Documentation

attribute wstring cellml_api::RDFXMLStringRepresentation::serialisedData

A complete RDF/XML document (including a single top-level RDF:rdf element) as a serialised string.

Fetching the attribute again will update to the latest data. Assigning this attribute to a new string will cause the string to be parsed as RDF/XML, and all RDF in the model will be replaced with the resulting RDF/XML tree.

Definition at line 108 of file CellML_APISPEC.idl.