encoding/xml.printer.prefix (field)
5 uses
encoding/xml (current package)
marshal.go#L151: enc.p.prefix = prefix
marshal.go#L308: prefix string
marshal.go#L967: if len(p.prefix) == 0 && len(p.indent) == 0 {
marshal.go#L983: if len(p.prefix) > 0 {
marshal.go#L984: p.WriteString(p.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. |