* The element attributes
*/
private void enterLibraryLights(final Attributes attributes)
{
this.lightLibrary = new LightLibrary();
this.lightLibrary.setName(attributes.getValue("name"));
this.lightLibrary.setId(attributes.getValue("id"));
enterElement(ParserMode.LIBRARY_LIGHTS);
}