XMLCoder Documentation

Enumeration XMLEncoder.​Pretty​Print​Indentation

public enum PrettyPrintIndentation  

The indentation to use when XML is pretty-printed.

Member Of

XMLEncoder

XMLEncoder facilitates the encoding of Encodable values into XML.

Enumeration Cases

spaces

case spaces(Int) 

tabs

case tabs(Int)