16#ifndef _XML_LOADER_HXX_
17#define _XML_LOADER_HXX_
44 const std::string& aFileName, XMLVisitor& aVisitor);
53 const std::string& aFileName, SGPath& aPath);
static void loadFromPath(FGGroundNetwork *net, const SGPath &path)
static void load(FGSidStar *s)
static void load(FGRunwayPreference *p)
static void loadFromStream(FGGroundNetwork *net, std::istream &inData)
static bool loadAirportXMLDataIntoVisitor(const std::string &aICAO, const std::string &aFileName, XMLVisitor &aVisitor)
Search the scenery for a file name of the form: I/C/A/ICAO.filename.xml and parse it as an XML proper...
static bool findAirportData(const std::string &aICAO, const std::string &aFileName, SGPath &aPath)
Search the scenery for a file name of the form: I/C/A/ICAO.filename.xml and return the corresponding ...