encoding/xml.Attr.Value (field)
16 uses
encoding/xml (current package)
marshal.go#L723: 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#L830: a.Value = a.Name.Local
xml.go#L837: a.Value = string(data)
github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil
build.go#L123: Value: uri,
build.go#L309: attr := xml.Attr{Name: xname, Value: str}
sort.go#L17: valueI, valueJ := x[i].Value, x[j].Value
xml_to_struct.go#L98: ns[a.Value] = a.Name.Local
xml_to_struct.go#L113: return a.Value, true
golang.org/x/pkgsite/internal/source
meta-tags.go#L157: return a.Value
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |