Syndication::RDF::ModelMaker

Search for usage in LXR

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.

Author
Frank Osterfeld

Definition at line 34 of file modelmaker.h.

Member Function Documentation

◆ createFromXML()

Model Syndication::RDF::ModelMaker::createFromXML ( const QDomDocument & doc)

parses an RDF model from RDF/XML

Parameters
docan DOM document, must contain RDF/XML
Returns
the parsed model, or an empty model if parsing failed

Definition at line 24 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-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:14:15 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.