encoding/xml.MarshalerAttr.MarshalXMLAttr (method)

3 uses

	encoding/xml (current package)
		marshal.go#L119: 	MarshalXMLAttr(name Name) (Attr, error)
		marshal.go#L559: 		attr, err := val.Interface().(MarshalerAttr).MarshalXMLAttr(name)
		marshal.go#L572: 			attr, err := pv.Interface().(MarshalerAttr).MarshalXMLAttr(name)