type encoding/xml.Attr
21 uses
encoding/xml (current package)
marshal.go#L119: MarshalXMLAttr(name Name) (Attr, error)
marshal.go#L584: start.Attr = append(start.Attr, Attr{name, string(text)})
marshal.go#L595: start.Attr = append(start.Attr, Attr{name, string(text)})
marshal.go#L621: start.Attr = append(start.Attr, val.Interface().(Attr))
marshal.go#L632: start.Attr = append(start.Attr, Attr{name, s})
read.go#L187: UnmarshalXMLAttr(attr Attr) error
read.go#L246: func (d *Decoder) unmarshalAttr(val reflect.Value, attr Attr) error {
read.go#L301: attrType = reflect.TypeOf(Attr{})
xml.go#L48: type Attr struct {
xml.go#L60: Attr []Attr
xml.go#L65: attrs := make([]Attr, len(e.Attr))
xml.go#L782: attr []Attr
xml.go#L791: attr = []Attr{}
xml.go#L813: a := Attr{}
github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil
build.go#L121: ns := xml.Attr{
build.go#L309: attr := xml.Attr{Name: xname, Value: str}
sort.go#L8: type xmlAttrSlice []xml.Attr
xml_to_struct.go#L15: Attr []xml.Attr `json:",omitempty"`
xml_to_struct.go#L26: Attr: []xml.Attr{},
xml_to_struct.go#L125: sortedAttrs := make([]xml.Attr, len(attrs))
golang.org/x/pkgsite/internal/source
meta-tags.go#L154: func attrValue(attrs []xml.Attr, name string) string {
 |
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. |