encoding/xml.printer.marshalValue (method)
5 uses
encoding/xml (current package)
marshal.go#L162: err := enc.p.marshalValue(reflect.ValueOf(v), nil, nil)
marshal.go#L177: err := enc.p.marshalValue(reflect.ValueOf(v), nil, &start)
marshal.go#L408: func (p *printer) marshalValue(val reflect.Value, finfo *fieldInfo, startTemplate *StartElement) error {
marshal.go#L458: if err := p.marshalValue(val.Index(i), finfo, startTemplate); err != nil {
marshal.go#L952: if err := p.marshalValue(vf, finfo, nil); err != nil {
 |
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. |