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 NamespaceRegistryModelNamespaceRegistryModel. create(@NotNull Root root)Creates a newNamespaceRegistryModelfrom the namespace registry stored in the system tree under the given repositoryRoot.NamespaceRegistryModelNamespaceRegistryModel. setMappings(@NotNull Map<String,String> additionalPrefixToUrisMappings)Creates a newNamespaceRegistryModelwith the given mappings.NamespaceRegistryModelNamespaceRegistryModel. tryRegistryRepair()Tries to repair the namespace registry model by fixing the mappings from prefixes to namespace URIs and vice versa.
-