com.evolveum.midpoint.prism.xml
Interface DynamicNamespacePrefixMapper
- All Superinterfaces:
- Dumpable
- All Known Implementing Classes:
- GlobalDynamicNamespacePrefixMapper
public interface DynamicNamespacePrefixMapper
- extends Dumpable
Maps namespaces to preferred prefixes. Should be used through the code to
avoid generation of prefixes.
- Author:
- Igor Farinic, Radovan Semancik
- See Also:
MID-349
Methods inherited from interface com.evolveum.midpoint.util.Dumpable |
dump |
registerPrefix
void registerPrefix(String namespace,
String prefix,
boolean defaultNamespace)
registerPrefixLocal
void registerPrefixLocal(String namespace,
String prefix)
getPrefix
String getPrefix(String namespace)
setQNamePrefix
QName setQNamePrefix(QName qname)
setQNamePrefixExplicit
QName setQNamePrefixExplicit(QName qname)
- Makes sure that there is explicit prefix and not a default namespace prefix.
clone
DynamicNamespacePrefixMapper clone()
isAlwaysExplicit
boolean isAlwaysExplicit()
setAlwaysExplicit
void setAlwaysExplicit(boolean alwaysExplicit)
Copyright © 2013 evolveum. All Rights Reserved.