encoding/xml.printer.attrNS (field)
7 uses
encoding/xml (current package)
marshal.go#L312: attrNS map[string]string // map prefix -> name space
marshal.go#L336: p.attrNS = make(map[string]string)
marshal.go#L355: if p.attrNS[prefix] != "" {
marshal.go#L358: if id := prefix + "_" + strconv.Itoa(p.seq); p.attrNS[id] == "" {
marshal.go#L366: p.attrNS[prefix] = url
marshal.go#L381: delete(p.attrPrefix, p.attrNS[prefix])
marshal.go#L382: delete(p.attrNS, prefix)
![]() |
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. |