Method methode = thisClass.getDeclaredMethod(
GENERATE_FUNCTION, pe.getClass()) ;
element.append(methode.invoke(this, pe)) ;
} catch (Exception ex) {
if (this.debugMode) {
throw new WordGenerationException(this.targetFile, ex) ;
}// if
}// try
}// for
element.append(LIST_ELEMENT_END);