encoding/xml.typeInfo.xmlname (field)
9 uses
encoding/xml (current package)
marshal.go#L481: } else if tinfo.xmlname != nil {
marshal.go#L482: xmlname := tinfo.xmlname
read.go#L424: if tinfo.xmlname != nil {
read.go#L425: finfo := tinfo.xmlname
typeinfo.go#L16: xmlname *fieldInfo
typeinfo.go#L78: if tinfo.xmlname == nil {
typeinfo.go#L79: tinfo.xmlname = inner.xmlname
typeinfo.go#L97: tinfo.xmlname = finfo
![]() |
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. |