syndication/rdf
sequence.h
Visitor interface, following the Visitor design pattern.
Definition nodevisitor.h:58
Sequence container, a sequence contains an ordered list of RDF nodes.
Definition sequence.h:46
virtual QList< NodePtr > items() const
the list of the list items in the sequence, in the specified order
Definition sequence.cpp:82
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
virtual Sequence & operator=(const Sequence &other)
assigns another sequence
Definition sequence.cpp:69
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.