![]() |
JSBSim Flight Dynamics Model 1.0 (23 February 2013)
An Open Source Flight Dynamics and Control Software Library in C++
|
Encapsulates an XML parser based on the EasyXML parser from the SimGear library. More...
#include <FGXMLParse.h>
Collaboration diagram for FGXMLParse:Public Member Functions | |
| void | data (const char *s, int length) |
| void | endElement (const char *name) |
| void | endXML () |
| Element * | GetDocument (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) |
Definition at line 67 of file FGXMLParse.h.