* The element attributes
*/
private void enterLibraryAnimations(final Attributes attributes)
{
this.animationLibrary = new AnimationLibrary();
this.animationLibrary.setName(attributes.getValue("name"));
this.animationLibrary.setId(attributes.getValue("id"));
enterElement(ParserMode.LIBRARY_ANIMATIONS);
}