Marble::GeoTagHandler
Marble::GeoTagHandler Class Referenceabstract
#include <GeoTagHandler.h>
Public Member Functions | |
virtual GeoNode * | parse (GeoParser &) const =0 |
Detailed Description
A base class for XML tag handlers This is a base class that is used in the GeoParser architecture.
To implement a new GeoData format you will need to subclass GeoTagHandler and reimplement the
- See also
- parse(GeoParser&) method. You also need to register the newly implemented GeoTagHandler by declaring an instance of the helper structure
- GeoTagHandlerRegistrar with a corresponding
- QualifiedName.
Definition at line 27 of file GeoTagHandler.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:04 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:04 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.