logger.debug("processStartElement : " + elementName);
// When this parser read a starting element tag, it can modify a
// contextObject which is an Annotation instance.
if (contextObject instanceof Annotation) {
Annotation annotation = (Annotation) contextObject;
if (!annotation.isSetHistory()) {
annotation.setHistory(new History());
}
if (annotation.isSetHistory()) {
History history = annotation.getHistory();
// If the localName of the node is 'created' and if it has not
// been read yet,
// the previousElement of this parser is set to 'created' and
// hasReadCreated is set