A MemoryStore-specific implementation of URI that stores separated namespace
and local name information to enable reuse of namespace String objects
(reducing memory usage) and that gives it node properties.
Creates a new MemURI for a URI.
Parameters: creator - The object that is creating this MemURI. Parameters: namespace - namespace part of URI. Parameters: localName - localname part of URI.