func github.com/aws/smithy-go/encoding/xml.FetchRootElement

48 uses

	github.com/aws/smithy-go/encoding/xml (current package)
		xml_decoder.go#L143: func FetchRootElement(decoder *xml.Decoder) (startElement xml.StartElement, err error) {

	github.com/aws/aws-sdk-go-v2/service/s3
		deserializers.go#L155: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L438: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L739: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L2057: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L2376: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L2522: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L2667: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L2806: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L2945: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L3084: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L3223: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L3362: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L3501: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L3647: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L3786: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L3925: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L4082: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L4316: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L4455: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L4594: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L4740: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L4879: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L5038: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L5516: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L5681: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L5907: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L6046: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L6185: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L6329: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L6579: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L7085: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L7266: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L7447: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L7628: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L7809: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L7954: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L8236: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L8495: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L8784: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L9077: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L11707: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L12061: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L12098: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L12135: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L12172: 	t, err := smithyxml.FetchRootElement(rootDecoder)
		deserializers.go#L12461: 	t, err := smithyxml.FetchRootElement(rootDecoder)

	github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations
		handle_200_error.go#L56: 	t, err := smithyxml.FetchRootElement(rootDecoder)