#include <map_sax2_handler.h>
Inheritance diagram for DALT_Server::MapSAX2Handler:
Public Methods | |
MapSAX2Handler (WorldMap *wm) | |
void | startElement (const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname, const Attributes &attrs) |
void | endElement (const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname) |
void | fatalError (const SAXParseException &) |
Private Attributes | |
WorldMap* | wmap |
int | dimensions |
vector<int>* | axis |
int | e_id |
string | e_type |
vector<int>* | e_pos |
|
constructor.
|
|
called when the end of an element is encountered.
|
|
fatal error.
|
|
called when the start of an element is encountered.
|
|
the axis dimensions vector.
|
|
dimensions.
|
|
id of the entity being parsed.
|
|
vector containing the coordinates of this entity.
|
|
the type of the entity being parsed.
|
|
the world map.
|