public interface NamespaceResolver
javax.jcr.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.| Modifier and Type | Method and Description |
|---|---|
String |
getPrefix(String uri)
Returns the prefix which is mapped to the given URI.
|
String |
getURI(String prefix)
Returns the URI to which the given prefix is mapped.
|
"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"