* The element attributes
*/
private void enterLibraryCameras(final Attributes attributes)
{
this.cameraLibrary = new CameraLibrary();
this.cameraLibrary.setName(attributes.getValue("name"));
this.cameraLibrary.setId(attributes.getValue("id"));
enterElement(ParserMode.LIBRARY_CAMERAS);
}