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