type encoding/xml.fieldInfo
10 uses
encoding/xml (current package)
marshal.go#L408: func (p *printer) marshalValue(val reflect.Value, finfo *fieldInfo, startTemplate *StartElement) error {
marshal.go#L638: func defaultStart(typ reflect.Type, finfo *fieldInfo, startTemplate *StartElement) StartElement {
typeinfo.go#L16: xmlname *fieldInfo
typeinfo.go#L17: fields []fieldInfo
typeinfo.go#L21: type fieldInfo struct {
typeinfo.go#L113: func structFieldInfo(typ reflect.Type, f *reflect.StructField) (*fieldInfo, error) {
typeinfo.go#L114: finfo := &fieldInfo{idx: f.Index}
typeinfo.go#L231: func lookupXMLName(typ reflect.Type) (xmlname *fieldInfo) {
typeinfo.go#L268: func addFieldInfo(typ reflect.Type, tinfo *typeInfo, newf *fieldInfo) error {
typeinfo.go#L357: func (finfo *fieldInfo) value(v reflect.Value, shouldInitNilPointers bool) reflect.Value {
 |
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. |