encoding/xml.Encoder.p (field)
10 uses
encoding/xml (current package)
marshal.go#L137: p printer
marshal.go#L143: e.p.encoder = e
marshal.go#L151: enc.p.prefix = prefix
marshal.go#L152: enc.p.indent = indent
marshal.go#L162: err := enc.p.marshalValue(reflect.ValueOf(v), nil, nil)
marshal.go#L166: return enc.p.Flush()
marshal.go#L177: err := enc.p.marshalValue(reflect.ValueOf(v), nil, &start)
marshal.go#L181: return enc.p.Flush()
marshal.go#L204: p := &enc.p
marshal.go#L300: return enc.p.Flush()
![]() |
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. |