encoding/xml.printer.attrPrefix (field)
6 uses
encoding/xml (current package)
marshal.go#L313: attrPrefix map[string]string // map name space -> prefix
marshal.go#L321: if prefix := p.attrPrefix[url]; prefix != "" {
marshal.go#L334: if p.attrPrefix == nil {
marshal.go#L335: p.attrPrefix = make(map[string]string)
marshal.go#L365: p.attrPrefix[url] = prefix
marshal.go#L381: delete(p.attrPrefix, 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. |