}
}
Url urls[] = new Url[urlSet.size()];
urlSet.copyInto(urls);
UrlSet urlSet = new UrlSet();
urlSet.setUrl(urls);
Mapping mapping = new Mapping();
InputSource input = new InputSource(getClass().getResourceAsStream("/com/jada/xml/sitemap/UrlSetMapping.xml"));
mapping.loadMapping(input);