public interface PrefixToModule extends IdentifierNamespace<String,QNameModule>
| Modifier and Type | Field and Description |
|---|---|
static NamespaceBehaviour<String,QNameModule,PrefixToModule> |
BEHAVIOUR |
static String |
DEFAULT_PREFIX |
| Modifier and Type | Method and Description |
|---|---|
QNameModule |
get(String prefix)
Returns QNameModule (namespace + revision) associated with supplied
prefix.
|
@Nullable QNameModule |
getByNamespace(String namespace)
Returns QNameModule (namespace + revision) associated with XML namespace (URI).
|
boolean |
isPreLinkageMap()
Deprecated.
This property is bound to the currently-executing stage and so should be statically-wired.
|
static final NamespaceBehaviour<String,QNameModule,PrefixToModule> BEHAVIOUR
static final String DEFAULT_PREFIX
QNameModule get(String prefix)
get in interface IdentifierNamespace<String,QNameModule>prefix - Prefix@Nullable QNameModule getByNamespace(String namespace) throws URISyntaxException
namespace - XML NamespaceURISyntaxException - if the input string is not valid URI@Deprecated boolean isPreLinkageMap()
Copyright © 2019 OpenDaylight. All rights reserved.