type encoding/xml.Attr
14 uses
encoding/xml (current package)
marshal.go#L119: MarshalXMLAttr(name Name) (Attr, error)
marshal.go#L588: start.Attr = append(start.Attr, Attr{name, string(text)})
marshal.go#L599: start.Attr = append(start.Attr, Attr{name, string(text)})
marshal.go#L625: start.Attr = append(start.Attr, val.Interface().(Attr))
marshal.go#L636: 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#L788: attr []Attr
xml.go#L797: attr = []Attr{}
xml.go#L819: a := Attr{}