public RunInstancesResult unmarshall(StaxUnmarshallerContext context) throws Exception {
    RunInstancesResult runInstancesResult = new RunInstancesResult();
    int originalDepth = context.getCurrentDepth();
    int targetDepth = originalDepth + 1;

    if (context.isStartOfDocument()) targetDepth += 1;

    while (true) {
      XMLEvent xmlEvent = context.nextEvent();
      if (xmlEvent.isEndDocument()) return runInstancesResult;

      if (xmlEvent.isAttribute() || xmlEvent.isStartElement()) {

        runInstancesResult.setReservation(
            ReservationStaxUnmarshaller.getInstance().unmarshall(context));
        continue;
      } else if (xmlEvent.isEndElement()) {
        if (context.getCurrentDepth() < originalDepth) {
          return runInstancesResult;
        }
      }
    }
  }
  public RunInstancesResult unmarshall(StaxUnmarshallerContext context) throws Exception {
    RunInstancesResult runInstancesResult = new RunInstancesResult();
    int originalDepth = context.getCurrentDepth();
    int targetDepth = originalDepth + 1;

    if (context.isStartOfDocument()) targetDepth += 1;

    while (true) {
      int xmlEvent = context.nextEvent();
      if (xmlEvent == XmlPullParser.END_DOCUMENT) return runInstancesResult;

      if (xmlEvent == XmlPullParser.START_TAG) {
        if (context.testExpression("", targetDepth)) {
          runInstancesResult.setReservation(
              ReservationStaxUnmarshaller.getInstance().unmarshall(context));
          continue;
        }
      } else if (xmlEvent == XmlPullParser.END_TAG) {
        if (context.getCurrentDepth() < originalDepth) {
          return runInstancesResult;
        }
      }
    }
  }