public interface NamespaceResolver
NamespaceRegistry
interface, this interface contains
no functionality other than the basic namespace URI and prefix resolution
methods. This interface is therefore used internally in many places where
the full namespace registry is either not available or some other mechanism
is used for resolving namespaces.String getURI(String prefix) throws javax.jcr.NamespaceException
prefix
- namespace prefixjavax.jcr.NamespaceException
- if the prefix is unknown.Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.