}
private boolean checkConstructors(Article articleXml, String arrayText[], boolean arrayFound[]) throws DliException {
boolean error = false;
if (articleXml.hasConstructors()){
ConstructorsSignature constructorsSignature = articleXml.getConstructorsSignature();
for (Constructor constructor : articleXml.getConstructors().getConstructorList()){
DecodedLibraryItem decodedLibraryItem = ItemFactory.getItem(constructorsSignature, constructor);
String dliFromXml = decodedLibraryItem.toString();
String resourceId = decodedLibraryItem.getItemId().toString()+"=";
boolean found = false;