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

Detailed Description
Definition at line 19 of file KMLDocumentParser.h.
Public Member Functions | |
| KMLDocumentParser (KMLDocument &document) | |
| virtual | ~KMLDocumentParser () |
| virtual bool | startDocument () |
| virtual bool | endDocument () |
| 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) |
Constructor & Destructor Documentation
| KMLDocumentParser::KMLDocumentParser | ( | KMLDocument & | document | ) |
Definition at line 27 of file KMLDocumentParser.cpp.
| KMLDocumentParser::~KMLDocumentParser | ( | ) | [virtual] |
Definition at line 35 of file KMLDocumentParser.cpp.
Member Function Documentation
| bool KMLDocumentParser::startDocument | ( | ) | [virtual] |
Definition at line 41 of file KMLDocumentParser.cpp.
| bool KMLDocumentParser::endDocument | ( | ) | [virtual] |
Definition at line 47 of file KMLDocumentParser.cpp.
| bool KMLDocumentParser::startElement | ( | const QString & | namespaceURI, | |
| const QString & | localName, | |||
| const QString & | name, | |||
| const QXmlAttributes & | atts | |||
| ) | [virtual] |
| bool KMLDocumentParser::characters | ( | const QString & | ch | ) | [virtual] |
The documentation for this class was generated from the following files:
KDE 4.0 API Reference