syndication/rdf
sequence.cpp
virtual Sequence & operator=(const Sequence &other)
assigns another sequence
Definition: sequence.cpp:69
Sequence container, a sequence contains an ordered list of RDF nodes.
Definition: sequence.h:45
virtual void accept(NodeVisitor *visitor, NodePtr ptr)
Used by visitors for double dispatch.
Definition: resource.cpp:143
virtual void accept(NodeVisitor *visitor, NodePtr ptr)
Used by visitors for double dispatch.
Definition: sequence.cpp:57
virtual void append(NodePtr node)
appends a node at the end of the sequence
Definition: sequence.cpp:76
Visitor interface, following the Visitor design pattern.
Definition: nodevisitor.h:57
virtual bool visitSequence(SequencePtr seq)
reimplement this method to handle sequences.
Definition: nodevisitor.cpp:60
virtual QList< NodePtr > items() const
the list of the list items in the sequence, in the specified order
Definition: sequence.cpp:82
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.