catch (final URISyntaxException e)
{
throw new ParserException(sourceString + " is not a valid URI: "
+ e, e);
}
final SharedInput input = new SharedInput(semantic, source, offset);
input.setSet(set);
this.primitivesBuilder.getInputs().add(input);
enterElement(ParserMode.PRIMITIVES_INPUT);
}