Classes
The following classes are available globally.
-
The MetarParser class will parse the XML document containing METAR data and return an array of METAR objects.
This class parses the XML document in the parseDocument function and returns the array of METAR’s in a closure.
See moreDeclaration
Swift
public class MetarParser : NSObject, XMLParserDelegate, XMLCustomParserProtocol
-
The TafParser class will parse the XML document containing TAF data and return an array of TAF objects.
This class parses the XML document in the parseDocument function and returns the array of TAF’s in a closure.
See moreDeclaration
Swift
public class TafParser : NSObject, XMLParserDelegate, XMLCustomParserProtocol