VMapParser
public protocol VMapParser : AnyObject
VMapParser implement XML Parsing and provide readble output as VMapResponse
-
VMap remote url
Declaration
Swift
var string: String { get } -
VMap parsing elements are declaring here.
Declaration
Swift
var allCases: [any VMapKey] { get } -
Call back of our
VMapParserDeclaration
Swift
var delegate: VMapParserDelegate? { get set } -
API to request data through
HTTPClientto server and start parsing our XML dataDeclaration
Swift
func parse( client: HTTPClient ) -
ElementExtension method