FlightGear next
XMLFile Class Reference

This class is solely for the purpose of determining what type of file is given on the command line. More...

Inherits JSBSim::FGXMLFileRead.

Public Member Functions

bool IsScriptFile (const SGPath &filename)
 
bool IsLogDirectiveFile (const SGPath &filename)
 
bool IsAircraftFile (const SGPath &filename)
 
bool IsInitFile (const SGPath &filename)
 
- Public Member Functions inherited from JSBSim::FGXMLFileRead
 FGXMLFileRead (void)
 
 ~FGXMLFileRead (void)
 
ElementLoadXMLDocument (const SGPath &XML_filename, bool verbose=true)
 
ElementLoadXMLDocument (const SGPath &XML_filename, FGXMLParse &fparse, bool verbose=true)
 
void ResetParser (void)
 

Detailed Description

This class is solely for the purpose of determining what type of file is given on the command line.

Definition at line 146 of file JSBSim.cpp.

Member Function Documentation

◆ IsAircraftFile()

bool XMLFile::IsAircraftFile ( const SGPath & filename)
inline

Definition at line 162 of file JSBSim.cpp.

◆ IsInitFile()

bool XMLFile::IsInitFile ( const SGPath & filename)
inline

Definition at line 169 of file JSBSim.cpp.

◆ IsLogDirectiveFile()

bool XMLFile::IsLogDirectiveFile ( const SGPath & filename)
inline

Definition at line 155 of file JSBSim.cpp.

◆ IsScriptFile()

bool XMLFile::IsScriptFile ( const SGPath & filename)
inline

Definition at line 148 of file JSBSim.cpp.


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