type encoding/xml.Marshaler

6 uses

	encoding/xml (current package)
		marshal.go#L110: type Marshaler interface {
		marshal.go#L420: 	marshalerType     = reflect.TypeFor[Marshaler]()
		marshal.go#L454: 		return p.marshalInterface(val.Interface().(Marshaler), defaultStart(typ, finfo, startTemplate))
		marshal.go#L459: 			return p.marshalInterface(pv.Interface().(Marshaler), defaultStart(pv.Type(), finfo, startTemplate))
		marshal.go#L688: func (p *printer) marshalInterface(val Marshaler, start StartElement) error {

	github.com/jackc/pgx/v5/pgtype
		xml.go#L44: 	case xml.Marshaler: