encoding/xml.Decoder.ns (field)
10 uses
encoding/xml (current package)
xml.go#L219: ns map[string]string
xml.go#L231: ns: make(map[string]string),
xml.go#L247: ns: make(map[string]string),
xml.go#L313: v, ok := d.ns[a.Name.Local]
xml.go#L315: d.ns[a.Name.Local] = a.Value
xml.go#L319: v, ok := d.ns[""]
xml.go#L321: d.ns[""] = a.Value
xml.go#L362: if v, ok := d.ns[n.Space]; ok {
xml.go#L511: d.ns[s.name.Local] = s.name.Space
xml.go#L513: delete(d.ns, s.name.Local)
![]() |
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. |