{
String key = parser.getName();
_location = new InputLocation( parser.getLineNumber(), parser.getColumnNumber(), source );
_locations.setLocation( key, _location );
String value = parser.nextText().trim();
contributor.addProperty( key, value );
}
}
else
{
checkUnknownElement( parser, strict );