encoding/xml.printer.prefixes (field)
11 uses
encoding/xml (current package)
marshal.go#L314: prefixes []string
marshal.go#L374: p.prefixes = append(p.prefixes, prefix)
marshal.go#L386: p.prefixes = append(p.prefixes, "")
marshal.go#L390: for len(p.prefixes) > 0 {
marshal.go#L391: prefix := p.prefixes[len(p.prefixes)-1]
marshal.go#L392: p.prefixes = p.prefixes[:len(p.prefixes)-1]
![]() |
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. |