Syndication
literal.h
void accept(NodeVisitor *visitor, NodePtr ptr) override
Used by visitors for double dispatch.
Definition literal.cpp:43
bool isAnon() const override
returns false, literals are not anonymous resources
Definition literal.cpp:102
bool isProperty() const override
returns false, as a literal is not a property
Definition literal.cpp:92
bool operator==(const Literal &other) const
two literal nodes are equal iff their text and ID's are equal.
Definition literal.cpp:68
bool isResource() const override
returns false, as a literal is not a resource
Definition literal.cpp:87
Visitor interface, following the Visitor design pattern.
Definition nodevisitor.h:42
an RDF node, abstract baseclass for all RDF node types, like resources and literals
Definition node.h:32
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:18 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:18 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.