211212213214215216217218219220221
Element actor = (Element) it.next(); Actor actorObj = new Actor(actor.attribute("name").getValue()); n.addActor(actorObj); } /* * and now the bindings */