github.com/aws/smithy-go/encoding/xml.NodeDecoder.StartEl (field)

44 uses

	github.com/aws/smithy-go/encoding/xml (current package)
		xml_decoder.go#L14: 	StartEl xml.StartElement
		xml_decoder.go#L21: 		StartEl: startEl,
		xml_decoder.go#L37: 			return t, el == d.StartEl.End(), err
		xml_decoder.go#L112: 	endElement := d.StartEl.End()
		xml_decoder.go#L121: 		return c, fmt.Errorf("expected value for %v element, got %T type %v instead", d.StartEl.Name.Local, t, t)
		xml_decoder.go#L123: 		return c, fmt.Errorf("expected value for %v element, got %T type %v instead", d.StartEl.Name.Local, t, t)

	github.com/aws/aws-sdk-go-v2/service/s3
		deserializers.go#L12682: 		t := decoder.StartEl
		deserializers.go#L12762: 		t := decoder.StartEl
		deserializers.go#L12842: 		t := decoder.StartEl
		deserializers.go#L13031: 		t := decoder.StartEl
		deserializers.go#L13438: 		t := decoder.StartEl
		deserializers.go#L13601: 		t := decoder.StartEl
		deserializers.go#L13723: 		t := decoder.StartEl
		deserializers.go#L14179: 		t := decoder.StartEl
		deserializers.go#L14421: 		t := decoder.StartEl
		deserializers.go#L14639: 		t := decoder.StartEl
		deserializers.go#L14992: 		t := decoder.StartEl
		deserializers.go#L15103: 		t := decoder.StartEl
		deserializers.go#L15232: 		t := decoder.StartEl
		deserializers.go#L15367: 		t := decoder.StartEl
		deserializers.go#L15564: 	for _, attr := range decoder.StartEl.Attr {
		deserializers.go#L15711: 		t := decoder.StartEl
		deserializers.go#L16019: 		t := decoder.StartEl
		deserializers.go#L16312: 		t := decoder.StartEl
		deserializers.go#L16526: 		t := decoder.StartEl
		deserializers.go#L16816: 		t := decoder.StartEl
		deserializers.go#L17281: 		t := decoder.StartEl
		deserializers.go#L17595: 		t := decoder.StartEl
		deserializers.go#L17867: 		t := decoder.StartEl
		deserializers.go#L18088: 		t := decoder.StartEl
		deserializers.go#L18499: 		t := decoder.StartEl
		deserializers.go#L19087: 		t := decoder.StartEl
		deserializers.go#L19308: 		t := decoder.StartEl
		deserializers.go#L19528: 		t := decoder.StartEl
		deserializers.go#L19596: 		t := decoder.StartEl
		deserializers.go#L19890: 		t := decoder.StartEl
		deserializers.go#L20473: 		t := decoder.StartEl
		deserializers.go#L20697: 		t := decoder.StartEl
		deserializers.go#L20969: 		t := decoder.StartEl
		deserializers.go#L21378: 		t := decoder.StartEl
		deserializers.go#L21501: 		t := decoder.StartEl
		deserializers.go#L21635: 		t := decoder.StartEl
		deserializers.go#L21777: 		t := decoder.StartEl
		deserializers.go#L21928: 		t := decoder.StartEl