FlightGear next
flightgear::GpxXmlVisitor Class Reference

XML loader for GPX file format. More...

Inherits XMLVisitor.

Public Member Functions

 GpxXmlVisitor (FlightPlan *fp)
 
void startElement (const char *name, const XMLAttributes &atts) override
 
void endElement (const char *name) override
 
void data (const char *s, int length) override
 
const WayptVecwaypoints () const
 

Detailed Description

XML loader for GPX file format.

Definition at line 1027 of file FlightPlan.cxx.

Constructor & Destructor Documentation

◆ GpxXmlVisitor()

flightgear::GpxXmlVisitor::GpxXmlVisitor ( FlightPlan * fp)
inline

Definition at line 1030 of file FlightPlan.cxx.

Member Function Documentation

◆ data()

void flightgear::GpxXmlVisitor::data ( const char * s,
int length )
override

Definition at line 1060 of file FlightPlan.cxx.

◆ endElement()

void flightgear::GpxXmlVisitor::endElement ( const char * name)
override

Definition at line 1074 of file FlightPlan.cxx.

◆ startElement()

void flightgear::GpxXmlVisitor::startElement ( const char * name,
const XMLAttributes & atts )
override

Definition at line 1045 of file FlightPlan.cxx.

◆ waypoints()

const WayptVec & flightgear::GpxXmlVisitor::waypoints ( ) const
inline

Definition at line 1036 of file FlightPlan.cxx.


The documentation for this class was generated from the following file: