Amazon.S3.Model.Internal.MarshallTransformations.GetObjectTaggingResponseUnmarshaller.UnmarshallResult C# (CSharp) Метод

UnmarshallResult() приватный статический Метод

private static UnmarshallResult ( Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext context, GetObjectTaggingResponse response ) : void
context Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext
response GetObjectTaggingResponse
Результат void
        private static void UnmarshallResult(XmlUnmarshallerContext context, GetObjectTaggingResponse response)
        {
            int originalDepth = context.CurrentDepth;
            int targetDepth = originalDepth + 2;
            
            if (context.IsStartOfDocument) 
               targetDepth += 2;

            while (context.Read())
            {
                if (context.IsStartElement || context.IsAttribute)
                {
                    if (context.TestExpression("Tag", targetDepth))
                    {
                        response.Tagging.Add(TagUnmarshaller.Instance.Unmarshall(context));

                        continue;
                    }
                }
                else if (context.IsEndElement && context.CurrentDepth < originalDepth)
                {
                    return;
                }
            }
            return;
        }
GetObjectTaggingResponseUnmarshaller