Enumeration
XMLEncoder.NodeEncoding
public enum NodeEncoding
A node's encoding type. Specifies how a node will be encoded.
Relationships
Member Of
XMLEncoder
XMLEncoder
facilitates the encoding ofEncodable
values into XML.
Enumeration Cases
attribute
case attribute
element
case element
both
case both
Properties
`default`
public static let `default`: NodeEncoding = .element