encoding/xml.Attr.Value (field)
11 uses
encoding/xml (current package)
marshal.go#L727: p.EscapeString(attr.Value)
read.go#L269: return val.Interface().(encoding.TextUnmarshaler).UnmarshalText([]byte(attr.Value))
read.go#L274: return pv.Interface().(encoding.TextUnmarshaler).UnmarshalText([]byte(attr.Value))
read.go#L297: return copyValue(val, []byte(attr.Value))
xml.go#L50: Value string
xml.go#L315: d.ns[a.Name.Local] = a.Value
xml.go#L321: d.ns[""] = a.Value
xml.go#L836: a.Value = a.Name.Local
xml.go#L843: a.Value = string(data)
github.com/aws/aws-sdk-go-v2/service/s3
deserializers.go#L15571: val := []byte(attr.Value)
github.com/aws/smithy-go/encoding/xml
xml_decoder.go#L60: ns[a.Value] = a.Name.Local
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)