github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil.XMLNode.Attr (field)

11 uses

	github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil (current package)
		build.go#L130: 		child.Attr = append(child.Attr, ns)
		build.go#L310: 		current.Attr = append(current.Attr, attr)
		xml_to_struct.go#L15: 	Attr     []xml.Attr            `json:",omitempty"`
		xml_to_struct.go#L26: 		Attr:     []xml.Attr{},
		xml_to_struct.go#L61: 			out.Attr = el.Attr
		xml_to_struct.go#L96: 	for _, a := range n.Attr {
		xml_to_struct.go#L107: 		for _, a := range node.Attr {
		xml_to_struct.go#L123: 	attrs := node.Attr
		xml_to_struct.go#L126: 		for _, k := range node.Attr {