440441442443444445446447448449
for (Element child : children) { String name = child.getAttribute(NAME); String target = child.getAttribute(TARGET); links.add(new LinkImpl(name, target)); } return links; }