new QName("http://bar.com/", "barvillage"),
new QName("http://foo.com/", "foovillage"),
};
int t = 0;
Nameworld world = doc.getNameworld();
Nameworld.Island[] islands = world.getIslandArray();
for (int i = 0; i < islands.length; i++)
{
Loc[] locs = islands[i].getLocationArray();
for (int j = 0; j < locs.length; j++)
{