* The element attributes
*/
private void enterImage(final Attributes attributes)
{
this.image = new Image();
this.image.setId(attributes.getValue("id"));
this.image.setName(attributes.getValue("name"));
this.image.setSid(attributes.getValue("sid"));
enterElement(ParserMode.IMAGE);
}