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

3 uses

	encoding/xml (current package)
		marshal.go#L85: 	if err := enc.Encode(v); err != nil {
		marshal.go#L136: 	if err := enc.Encode(v); err != nil {
		marshal.go#L171: func (enc *Encoder) Encode(v any) error {