}
private boolean checkRegistrations(Article articleXml, String arrayText[], boolean arrayFound[]) throws DliException {
boolean error = false;
if (articleXml.hasRegistrations()){
RegistrationsSignature registrationsSignature = articleXml.getRegistrationsSignature();
for (IClusterRegistration iClusterRegistration : articleXml.getRegistrations().getIClusterRegistrationList()){
DecodedLibraryItem decodedLibraryItem = null;
decodedLibraryItem = ItemFactory.getItem(registrationsSignature, iClusterRegistration);
String dliFromXml = decodedLibraryItem.toString();