* The element attributes
*/
private void enterAnimation(final Attributes attributes)
{
final Animation animation = new Animation();
animation.setId(attributes.getValue("id"));
animation.setName(attributes.getValue("name"));
if (this.animation == null)
this.animationLibrary.getAnimations().add(animation);
else
this.animation.getAnimations().add(animation);