//
for (int n = 0; n < children.length; ++n)
{
String type = children[n].getLocalName();
SetRequestComponent operation = null;
if (type.equals(DeleteRequest.OPERATION))
operation = new DeleteRequest(children[n]);
else if (type.equals(InsertRequest.OPERATION))