* The element attributes
*/
private void enterLight(final Attributes attributes)
{
this.lightBuilder = new LightBuilder();
this.lightBuilder.setId(attributes.getValue("id"));
this.lightBuilder.setName(attributes.getValue("name"));
enterElement(ParserMode.LIGHT);
}