syndication/rdf
Syndication::RDF::ModelMaker Class Reference
#include <modelmaker.h>
Detailed Description
An RDF parser, used to parse an RDF model from RDF/XML.It doesn't support the complete RDF specification, but suffices for our purposes.
Definition at line 49 of file modelmaker.h.
Public Member Functions | |
Model | createFromXML (const QDomDocument &doc) |
Member Function Documentation
Model Syndication::RDF::ModelMaker::createFromXML | ( | const QDomDocument & | doc | ) |
parses an RDF model from RDF/XML
- Parameters:
-
doc an DOM document, must contain RDF/XML
- Returns:
- the parsed model, or an empty model if parsing failed
Definition at line 39 of file modelmaker.cpp.
The documentation for this class was generated from the following files: