syndication/rdf
Syndication::RDF::ModelMaker Class Reference
#include <modelmaker.h>
Public Member Functions | |
Model | createFromXML (const QDomDocument &doc) |
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.
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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.