type github.com/aws/smithy-go/encoding/xml.Encoder

6 uses

	github.com/aws/smithy-go/encoding/xml (current package)
		encoder.go#L25: type Encoder struct {
		encoder.go#L31: func NewEncoder(w writer) *Encoder {
		encoder.go#L34: 	return &Encoder{w: w, scratch: &scratch}
		encoder.go#L38: func (e Encoder) String() string {
		encoder.go#L43: func (e Encoder) Bytes() []byte {
		encoder.go#L49: func (e Encoder) RootElement(element StartElement) Value {