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

Detailed Description
A very simple Xml Parser that will be based on the Gml Scema ( Geographic Markup Language ).
Definition at line 23 of file GmlSax.h.
Public Member Functions | |
| GmlSax (double *lon, double *lat) | |
| ~GmlSax () | |
| bool | startElement (const QString &namespaceURI, const QString &localName, const QString &qName, const QXmlAttributes &attributes) |
| bool | endElement (const QString &namespaceURI, const QString &localName, const QString &qName) |
| bool | fatalError (const QXmlParseException &exception) |
| bool | characters (const QString &str) |
Constructor & Destructor Documentation
| GmlSax::GmlSax | ( | double * | lon, | |
| double * | lat | |||
| ) |
Definition at line 16 of file GmlSax.cpp.
| GmlSax::~GmlSax | ( | ) |
Definition at line 23 of file GmlSax.cpp.
Member Function Documentation
| bool GmlSax::startElement | ( | const QString & | namespaceURI, | |
| const QString & | localName, | |||
| const QString & | qName, | |||
| const QXmlAttributes & | attributes | |||
| ) |
Definition at line 27 of file GmlSax.cpp.
| bool GmlSax::endElement | ( | const QString & | namespaceURI, | |
| const QString & | localName, | |||
| const QString & | qName | |||
| ) |
Definition at line 41 of file GmlSax.cpp.
| bool GmlSax::fatalError | ( | const QXmlParseException & | exception | ) |
Definition at line 64 of file GmlSax.cpp.
| bool GmlSax::characters | ( | const QString & | str | ) |
Definition at line 75 of file GmlSax.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference