}
private boolean checkIdentifyRegistrations(Article articleXml, String arrayText[], boolean arrayFound[]) throws DliException {
boolean error = false;
if (articleXml.hasIdentifyRegistrations()){
IdentifyRegistrationsSignature identifyRegistrationsSignature = articleXml.getIdentifyRegistrationsSignature();
for (Identify identify : articleXml.getIdentifyRegistrations().getIdentifyList()){
DecodedLibraryItem decodedLibraryItem = null;
decodedLibraryItem = ItemFactory.getItem(identifyRegistrationsSignature, identify);
String dliFromXml = decodedLibraryItem.toString();