Instance Methodsoto-core 7.4.0SotoXML

decode(_:from:)

decode a Codable class from XML

XMLDecoder.swift:70
func decode<T>(_ type: T.Type, from xml: XML.Node) throws -> T where T : Decodable