Enumeration
XMLDecoder.NodeDecoding
public enum NodeDecoding
A node's decoding type
Relationships
Member Of
XMLDecoder
XMLDecoder
facilitates the decoding of XML into semanticDecodable
types.
Enumeration Cases
elementOrAttribute
case elementOrAttribute
Decodes a node from either elements of form <nodeName>value</nodeName>
or attributes
of form nodeName="value"
, with elements taking priority.