encoding/xml.Attr.Name (field)
27 uses
encoding/xml (current package)
marshal.go#L559: if attr.Name.Local != "" {
marshal.go#L572: if attr.Name.Local != "" {
marshal.go#L712: name := attr.Name
read.go#L453: if a.Name.Local == finfo.name && (finfo.xmlns == "" || finfo.xmlns == a.Name.Space) {
xml.go#L49: Name Name
xml.go#L312: if a.Name.Space == xmlnsPrefix {
xml.go#L313: v, ok := d.ns[a.Name.Local]
xml.go#L314: d.pushNs(a.Name.Local, v, ok)
xml.go#L315: d.ns[a.Name.Local] = a.Value
xml.go#L317: if a.Name.Space == "" && a.Name.Local == xmlnsPrefix {
xml.go#L327: d.translate(&t1.Attr[i].Name, false)
xml.go#L814: if a.Name, ok = d.nsname(); !ok {
xml.go#L830: a.Value = a.Name.Local
github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil
build.go#L122: Name: xml.Name{Local: "xmlns"},
build.go#L127: ns.Name.Local = "xmlns:" + prefix
build.go#L309: attr := xml.Attr{Name: xname, Value: str}
sort.go#L15: spaceI, spaceJ := x[i].Name.Space, x[j].Name.Space
sort.go#L16: localI, localJ := x[i].Name.Local, x[j].Name.Local
xml_to_struct.go#L97: if a.Name.Space == "xmlns" {
xml_to_struct.go#L98: ns[a.Value] = a.Name.Local
xml_to_struct.go#L108: namespace := a.Name.Space
xml_to_struct.go#L112: if name == fmt.Sprintf("%s:%s", namespace, a.Name.Local) {
golang.org/x/pkgsite/internal/source
meta-tags.go#L156: if strings.EqualFold(a.Name.Local, name) {
 |
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. |