{
source = new URI(sourceStr);
}
catch (final URISyntaxException e)
{
throw new ParserException(sourceStr + " is not a valid URI: " + e,
e);
}
final String target = attributes.getValue("target");
this.animation.getChannels().add(new AnimationChannel(source, target));
enterElement(ParserMode.CHANNEL);