if (isFirstLocalizedEntity(fLicensesList,aLicense) && aLicense.isValid()) fLicensesList.add(aLicense);
}
// ICON IS OPTIONAL - can be many
if(tag.equals(IW3CXMLConfiguration.ICON_ELEMENT)) {
IIconEntity anIcon = new IconEntity();
anIcon.fromXML(child,locales,zip);
if (anIcon.getSrc()!=null) fIconsList.add(anIcon);
}
// ACCESS IS OPTIONAL can be many
if(tag.equals(IW3CXMLConfiguration.ACCESS_ELEMENT)) {
IAccessEntity access = new AccessEntity();