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

Detailed Description
Definition at line 20 of file KMLContainerParser.h.
Public Member Functions | |
| virtual | ~KMLContainerParser () |
| 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 &qName) |
| virtual bool | characters (const QString &ch) |
Protected Member Functions | |
| KMLContainerParser (KMLContainer &container) | |
Constructor & Destructor Documentation
| KMLContainerParser::~KMLContainerParser | ( | ) | [virtual] |
Definition at line 30 of file KMLContainerParser.cpp.
| KMLContainerParser::KMLContainerParser | ( | KMLContainer & | container | ) | [protected] |
Definition at line 23 of file KMLContainerParser.cpp.
Member Function Documentation
| bool KMLContainerParser::startElement | ( | const QString & | namespaceURI, | |
| const QString & | localName, | |||
| const QString & | name, | |||
| const QXmlAttributes & | atts | |||
| ) | [virtual] |
Reimplemented from KMLFeatureParser.
Reimplemented in KMLDocumentParser.
Definition at line 36 of file KMLContainerParser.cpp.
| bool KMLContainerParser::endElement | ( | const QString & | namespaceURI, | |
| const QString & | localName, | |||
| const QString & | qName | |||
| ) | [virtual] |
Reimplemented from KMLFeatureParser.
Reimplemented in KMLDocumentParser.
Definition at line 75 of file KMLContainerParser.cpp.
| bool KMLContainerParser::characters | ( | const QString & | ch | ) | [virtual] |
Reimplemented from KMLFeatureParser.
Reimplemented in KMLDocumentParser.
Definition at line 102 of file KMLContainerParser.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference