* The element attributes
*/
private void enterCamera(final Attributes attributes)
{
this.cameraBuilder = new CameraBuilder();
this.cameraBuilder.setId(attributes.getValue("id"));
this.cameraBuilder.setName(attributes.getValue("name"));
enterElement(ParserMode.CAMERA);
}