Uses of Class
org.apache.jackrabbit.oak.plugins.name.NamespaceRegistryModel
-
Packages that use NamespaceRegistryModel Package Description org.apache.jackrabbit.oak.plugins.name -
-
Uses of NamespaceRegistryModel in org.apache.jackrabbit.oak.plugins.name
Methods in org.apache.jackrabbit.oak.plugins.name that return NamespaceRegistryModel Modifier and Type Method Description static @Nullable NamespaceRegistryModel
NamespaceRegistryModel. create(@NotNull Root root)
Creates a newNamespaceRegistryModel
from the namespace registry stored in the system tree under the given repositoryRoot
.NamespaceRegistryModel
ReadOnlyNamespaceRegistry. createNamespaceRegistryModel(Root root)
NamespaceRegistryModel
NamespaceRegistryModel. setMappings(@NotNull Map<String,String> additionalPrefixToUrisMappings)
Creates a newNamespaceRegistryModel
with the given mappings.NamespaceRegistryModel
NamespaceRegistryModel. tryRegistryRepair()
Tries to repair the namespace registry model by fixing the mappings from prefixes to namespace URIs and vice versa.
-