package
1.55.6
Repository: https://github.com/aws/aws-sdk-go.git
Documentation: pkg.go.dev

# Functions

BuildXML will serialize params into an xml.Encoder.
NewXMLElement returns a pointer to a new XMLNode initialized to default values.
StructToXML writes an XMLNode to a xml.Encoder as tokens.
UnmarshalXML deserializes an xml.Decoder into the container v.
UnmarshalXMLError unmarshals the XML error from the stream into the value type specified.
XMLToStruct converts a xml.Decoder stream to XMLNode with nested values.

# Structs

A XMLNode contains the values to be encoded or decoded.