Enumeration
XMLEncoder.PrettyPrintIndentation
public enum PrettyPrintIndentation
The indentation to use when XML is pretty-printed.
Relationships
Member Of
XMLEncoderXMLEncoderfacilitates the encoding ofEncodablevalues into XML.
Enumeration Cases
spaces
case spaces(Int)
tabs
case tabs(Int)