304305306307308309310311312313314315316
} Iterator actions = transactionRequest.getAllActions().iterator(); while (actions.hasNext()) { Action a = (Action) actions.next(); switch (a.getType()) { case Action.DELETE: elems[3].getType().encode(elems[3], a, output, hints); break;