*
* @param uri Uri to parse
*/
private void parseUuri(String uuri) {
// We first try to tokenize the uri string.
scopes = new ScopeTokenizer(token, namespace, uuri);
// Find the qualifiying stuff from the registry.
// Then we contentStore the scope of the found Data Source
// within scope.
store = null;