}
private boolean checkTheorems(Article articleXml, String arrayText[], boolean arrayFound[]) throws DliException {
boolean error = false;
if (articleXml.hasTheorems()){
TheoremsSignature theoremsSignature = articleXml.getTheoremsSignature();
TheoremId theoremId = new TheoremId();
TheoremId theoremIdDef = new TheoremId();
for (Theorem theorem : articleXml.getTheorems().getTheoremList()){
DecodedLibraryItem decodedLibraryItem = null;
decodedLibraryItem = ItemFactory.getItem(theoremsSignature, theorem, theoremId, theoremIdDef);