syndication/rdf
nodevisitor.h
Visitor interface, following the Visitor design pattern.
Definition nodevisitor.h:58
virtual bool visitProperty(PropertyPtr property)
reimplement this method to handle properties.
Definition nodevisitor.cpp:50
virtual bool visitSequence(SequencePtr seq)
reimplement this method to handle sequences.
Definition nodevisitor.cpp:60
virtual bool visitNode(NodePtr node)
reimplement this method to handle nodes that weren't handled by the more specific method.
Definition nodevisitor.cpp:45
virtual bool visitLiteral(LiteralPtr)
reimplement this method to handle literals.
Definition nodevisitor.cpp:40
virtual bool visitResource(ResourcePtr resource)
reimplement this method to handle resources.
Definition nodevisitor.cpp:55
an RDF node, abstract baseclass for all RDF node types, like resources and literals
Definition node.h:44
a property is node type that represents properties of things, like "name" is a property of a person,...
Definition property.h:46
Sequence container, a sequence contains an ordered list of RDF nodes.
Definition sequence.h:46
Syndication's parser for the RDF-based RSS 0.9 and RSS 1.0 formats.
Definition contentvocab.cpp:30
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.