var encoding/xml.textMarshalerType
7 uses
encoding/xml (current package)
marshal.go#L403: textMarshalerType = reflect.TypeOf((*encoding.TextMarshaler)(nil)).Elem()
marshal.go#L445: if val.CanInterface() && typ.Implements(textMarshalerType) {
marshal.go#L450: if pv.CanInterface() && pv.Type().Implements(textMarshalerType) {
marshal.go#L579: if val.CanInterface() && val.Type().Implements(textMarshalerType) {
marshal.go#L590: if pv.CanInterface() && pv.Type().Implements(textMarshalerType) {
marshal.go#L828: if vf.CanInterface() && vf.Type().Implements(textMarshalerType) {
marshal.go#L840: if pv.CanInterface() && pv.Type().Implements(textMarshalerType) {
 |
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. |