*/
private void enterInstanceEffect(final Attributes attributes)
throws URISyntaxException
{
this.effectInstanceBuilder = new EffectInstanceBuilder();
this.effectInstanceBuilder.setUrl(new URI(attributes.getValue("url")));
this.effectInstanceBuilder.setSid(attributes.getValue("sid"));
this.effectInstanceBuilder.setName(attributes.getValue("name"));
enterElement(ParserMode.INSTANCE_EFFECT);
}