encoding/xml.Attr.Value (field)
9 uses
encoding/xml (current package)
marshal.go#L763: p.EscapeString(attr.Value)
read.go#L279: return textUnmarshaler.UnmarshalText([]byte(attr.Value))
read.go#L286: return textUnmarshaler.UnmarshalText([]byte(attr.Value))
read.go#L311: return copyValue(val, []byte(attr.Value))
xml.go#L47: Value string
xml.go#L310: d.ns[a.Name.Local] = a.Value
xml.go#L316: d.ns[""] = a.Value
xml.go#L835: a.Value = a.Name.Local
xml.go#L842: a.Value = string(data)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)