Enumeration
XMLDecoder.NodeDecoding
public enum NodeDecoding
A node's decoding type
Relationships
Member Of
XMLDecoderXMLDecoderfacilitates the decoding of XML into semanticDecodabletypes.
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.