private static void UnmarshallResult(XmlUnmarshallerContext context, CreateClusterSubnetGroupResponse response) { int originalDepth = context.CurrentDepth; int targetDepth = originalDepth + 1; if (context.IsStartOfDocument) { targetDepth += 2; } while (context.Read()) { if (context.IsStartElement || context.IsAttribute) { if (context.TestExpression("ClusterSubnetGroup", targetDepth)) { response.ClusterSubnetGroup = ClusterSubnetGroupUnmarshaller.GetInstance().Unmarshall(context); continue; } } else if (context.IsEndElement && context.CurrentDepth < originalDepth) { return; } } }
public CreateClusterSubnetGroupResult Unmarshall(XmlUnmarshallerContext context) { CreateClusterSubnetGroupResult result = new CreateClusterSubnetGroupResult(); int originalDepth = context.CurrentDepth; int targetDepth = originalDepth + 1; if (context.IsStartOfDocument) { targetDepth += 2; } while (context.Read()) { if (context.IsStartElement || context.IsAttribute) { if (context.TestExpression("ClusterSubnetGroup", targetDepth)) { result.ClusterSubnetGroup = ClusterSubnetGroupUnmarshaller.GetInstance().Unmarshall(context); continue; } } else if (context.IsEndElement && context.CurrentDepth < originalDepth) { return(result); } } return(result); }
public DescribeClusterSubnetGroupsResult Unmarshall(XmlUnmarshallerContext context) { DescribeClusterSubnetGroupsResult describeClusterSubnetGroupsResult = new DescribeClusterSubnetGroupsResult(); int originalDepth = context.CurrentDepth; int targetDepth = originalDepth + 1; if (context.IsStartOfDocument) { targetDepth += 2; } while (context.Read()) { if (context.IsStartElement || context.IsAttribute) { if (context.TestExpression("Marker", targetDepth)) { describeClusterSubnetGroupsResult.Marker = StringUnmarshaller.GetInstance().Unmarshall(context); continue; } if (context.TestExpression("ClusterSubnetGroups/ClusterSubnetGroup", targetDepth)) { describeClusterSubnetGroupsResult.ClusterSubnetGroups.Add(ClusterSubnetGroupUnmarshaller.GetInstance().Unmarshall(context)); continue; } } else if (context.IsEndElement && context.CurrentDepth < originalDepth) { return(describeClusterSubnetGroupsResult); } } return(describeClusterSubnetGroupsResult); }