JSBSim Flight Dynamics Model  1.0 (02 March 2017)
An Open Source Flight Dynamics and Control Software Library in C++
FGXMLParse Class Reference

Encapsulates an XML parser based on the EasyXML parser from the SimGear library. More...

#include <FGXMLParse.h>

+ Inheritance diagram for FGXMLParse:
+ Collaboration diagram for FGXMLParse:

Public Member Functions

void data (const char *s, int length)
 
void endElement (const char *name)
 
void endXML ()
 
ElementGetDocument (void)
 
void pi (const char *target, const char *data)
 
void reset (void)
 
void startElement (const char *name, const XMLAttributes &atts)
 
void startXML ()
 
void warning (const char *message, int line, int column)
 

Detailed Description

Encapsulates an XML parser based on the EasyXML parser from the SimGear library.

Author
Jon S. Berndt
Version
Id
FGXMLParse.h,v 1.9 2014/06/09 11:52:06 bcoconni Exp

Definition at line 68 of file FGXMLParse.h.


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