encoding/xml.stack.name (field)
15 uses
encoding/xml (current package)
xml.go#L388: name Name
xml.go#L461: s.name = name
xml.go#L468: s.name.Local = local
xml.go#L469: s.name.Space = url
xml.go#L491: case s.name.Local != name.Local:
xml.go#L495: t.Name = s.name
xml.go#L498: d.err = d.syntaxError("element <" + s.name.Local + "> closed by " + name.Local + ">")
xml.go#L500: case s.name.Space != name.Space:
xml.go#L501: d.err = d.syntaxError("element <" + s.name.Local + "> in space " + s.name.Space +
xml.go#L511: d.ns[s.name.Local] = s.name.Space
xml.go#L513: delete(d.ns, s.name.Local)
xml.go#L526: name := strings.ToLower(d.stk.name.Local)
xml.go#L532: return EndElement{d.stk.name}, true
![]() |
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. |