NamespaceRegistryImpl
436437438439440441442
* * @param nsCache the namespace cache. * @return */ private NamespaceRegistryImpl createNamespaceRegistry(NamespaceCache nsCache) throws RepositoryException { return new NamespaceRegistryImpl(this, nsCache); }