}
private boolean checkNotations(Article articleXml, String arrayText[], boolean arrayFound[]) throws DliException {
boolean error = false;
if (articleXml.hasNotations()){
NotationsSignature notationsSignature = articleXml.getNotationsSignature();
for (Pattern pattern : articleXml.getNotations().getPatternList()){
DecodedLibraryItem decodedLibraryItem = ItemFactory.getItem(notationsSignature, pattern);
String dliFromXml = decodedLibraryItem.toString();
String resourceId = decodedLibraryItem.getItemId().toString()+"=";
boolean found = false;