Throw upon encountering non-conforming values. This is the default strategy.
case `throw`
s7SotoXML10XMLDecoderV34NonConformingFloatDecodingStrategyO5throwyA2EmF
8QATT
import SotoXML
enum NonConformingFloatDecodingStrategy
The strategy to use for non-JSON-conforming floating-point values (IEEE 754 infinity and NaN).
struct XMLDecoder
The wrapper class for decoding Codable classes from XMLNodes
case convertFromString(positiveInfinity: String, negativeInfinity: String, nan: String)
Decode the values from the given representation strings.