Syndication
specificdocument.h
Visitor interface, following the Visitor design pattern.
Definition documentvisitor.h:43
Document interface for format-specific feed documents as parsed from a document source (see DocumentS...
Definition specificdocument.h:39
virtual QString debugInfo() const =0
Returns a description of the document for debugging purposes.
virtual bool accept(DocumentVisitor *visitor)=0
This must be implemented for the double dispatch technique (Visitor pattern).
virtual bool isValid() const =0
Returns whether this document is valid or not.
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.