syndication/rdf
resource.cpp
virtual bool isAnon() const
returns whether this resource is an anonymous resource
Definition: resource.cpp:190
virtual bool isNull() const
returns whether the resource is a null resource
Definition: resource.cpp:155
An RDF statement, consisting of a triple (subject, predicate, object).
Definition: statement.h:43
virtual void accept(NodeVisitor *visitor, NodePtr ptr)
Used by visitors for double dispatch.
Definition: resource.cpp:143
virtual bool isSequence() const
returns true if this resource is also a sequence, false otherwise.
Definition: resource.cpp:195
bool isNull() const
Visitor interface, following the Visitor design pattern.
Definition: nodevisitor.h:57
Definition: document.h:30
virtual QList< StatementPtr > properties(PropertyPtr property) const
returns the list of all statements from the associated model where this resource is the subject and t...
Definition: resource.cpp:127
an RDF node, abstract baseclass for all RDF node types, like resources and literals ...
Definition: node.h:43
virtual bool visitResource(ResourcePtr resource)
reimplement this method to handle resources.
Definition: nodevisitor.cpp:55
virtual bool hasProperty(PropertyPtr property) const
returns whether the resource has a property property in the associated model.
Definition: resource.cpp:106
virtual void accept(NodeVisitor *visitor, NodePtr ptr)
Used by visitors for double dispatch.
Definition: node.cpp:31
virtual bool isProperty() const
returns true if this resource is also a property, false otherwise
Definition: resource.cpp:180
virtual StatementPtr property(PropertyPtr property) const
returns a statement from the associated model where this resource is the subject and the given proper...
Definition: resource.cpp:116
bool operator==(const Node &other) const
checks two resources for equality.
Definition: resource.cpp:95
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.