}
private boolean checkReductionRegistrations(Article articleXml, String arrayText[], boolean arrayFound[]) throws DliException {
boolean error = false;
if (articleXml.hasReductionRegistrations()){
ReductionRegistrationsSignature reductionRegistrationsSignature = articleXml.getReductionRegistrationsSignature();
for (Reduction reduction : articleXml.getReductionRegistrations().getReductionList()){
DecodedLibraryItem decodedLibraryItem = null;
decodedLibraryItem = ItemFactory.getItem(reductionRegistrationsSignature, reduction);
String dliFromXml = decodedLibraryItem.toString();