Implements a parser of flight plans given in XML format.

Namespace: FlightPlan
Assembly: FlightPlanXML (in FlightPlanXML.dll) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class XMLFPParser
Visual Basic
Public Class XMLFPParser
Visual C++
public ref class XMLFPParser

Remarks

An XMLFPParser reads the flight plan file and initializes two data structures: a collection of fixes and the flight plan.

Inheritance Hierarchy

System..::..Object
  FlightPlan..::..XMLFPParser

See Also