marble/src
KMLFeatureParser Class Reference
#include <KMLFeatureParser.h>
Inheritance diagram for KMLFeatureParser:

Detailed Description
Definition at line 19 of file KMLFeatureParser.h.
Public Member Functions | |
| virtual bool | startElement (const QString &namespaceURI, const QString &localName, const QString &name, const QXmlAttributes &atts) |
| virtual bool | endElement (const QString &namespaceURI, const QString &localName, const QString &name) |
| virtual bool | characters (const QString &str) |
Protected Member Functions | |
| KMLFeatureParser (KMLFeature &feature) | |
Constructor & Destructor Documentation
| KMLFeatureParser::KMLFeatureParser | ( | KMLFeature & | feature | ) | [protected] |
Definition at line 27 of file KMLFeatureParser.cpp.
Member Function Documentation
| bool KMLFeatureParser::startElement | ( | const QString & | namespaceURI, | |
| const QString & | localName, | |||
| const QString & | name, | |||
| const QXmlAttributes & | atts | |||
| ) | [virtual] |
Reimplemented in KMLContainerParser, KMLDocumentParser, and KMLPlaceMarkParser.
Definition at line 33 of file KMLFeatureParser.cpp.
| bool KMLFeatureParser::endElement | ( | const QString & | namespaceURI, | |
| const QString & | localName, | |||
| const QString & | name | |||
| ) | [virtual] |
Reimplemented in KMLContainerParser, KMLDocumentParser, and KMLPlaceMarkParser.
Definition at line 76 of file KMLFeatureParser.cpp.
| bool KMLFeatureParser::characters | ( | const QString & | str | ) | [virtual] |
Reimplemented in KMLContainerParser, KMLDocumentParser, and KMLPlaceMarkParser.
Definition at line 127 of file KMLFeatureParser.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference