* The element attributes
*/
private void enterLibraryEffects(final Attributes attributes)
{
this.effectLibrary = new EffectLibrary();
this.effectLibrary.setName(attributes.getValue("name"));
this.effectLibrary.setId(attributes.getValue("id"));
enterElement(ParserMode.LIBRARY_EFFECTS);
}