Package org.apache.jackrabbit.jcr2spi.name

Examples of org.apache.jackrabbit.jcr2spi.name.NamespaceRegistryImpl


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

TOP

Related Classes of org.apache.jackrabbit.jcr2spi.name.NamespaceRegistryImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.