public interface DurboNamespaceResolver
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPrefix(java.lang.String uri)
Returns the prefix which is mapped to the given URI.
|
java.lang.String |
getURI(java.lang.String prefix)
Returns the URI to which the given prefix is mapped.
|
java.lang.String getURI(java.lang.String prefix) throws NamespaceException
prefix
- a stringjavax.jcr.NamespaceException
- if the prefix is unknown.NamespaceException
java.lang.String getPrefix(java.lang.String uri) throws NamespaceException
uri
- a stringNamespaceException
- if the URI is unknown."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"