encoding/xml.Encoder.Encode (method, view implemented interface methods)

3 uses

	encoding/xml (current package)
		marshal.go#L81: 	if err := NewEncoder(&b).Encode(v); err != nil {
		marshal.go#L129: 	if err := enc.Encode(v); err != nil {
		marshal.go#L161: func (enc *Encoder) Encode(v any) error {