Syndication
8 #ifndef SYNDICATION_RDF_LITERAL_H
9 #define SYNDICATION_RDF_LITERAL_H
12 #include <syndication/rdf/node.h>
28 class SYNDICATION_EXPORT Literal :
public Node
41 Literal(
const Literal &other);
48 explicit Literal(
const QString &text);
60 virtual Literal &operator=(
const Literal &other);
71 Literal *clone()
const override;
79 void accept(NodeVisitor *visitor, NodePtr ptr)
override;
84 bool isNull()
const override;
90 unsigned int id()
const override;
95 bool isResource()
const override;
99 bool isProperty()
const override;
104 bool isLiteral()
const override;
109 bool isAnon()
const override;
114 bool isSequence()
const override;
119 virtual operator QString()
const;
130 void setModel(
const Model &model)
override;
136 void setId(
unsigned int id)
override;
139 class LiteralPrivate;
147 #endif // SYNDICATION_RDF_LITERAL_H
bool operator==(const Qt3DRender::QGraphicsApiFilter &reference, const Qt3DRender::QGraphicsApiFilter &sample)
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Dec 3 2023 03:52:05 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.