Module dev.metaschema.core
Package dev.metaschema.core.qname
Interface IEnhancedQName.NamespaceToPrefixResolver
- Enclosing interface:
- IEnhancedQName
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Provides a callback for resolving namespace prefixes.
-
Method Summary
-
Method Details
-
resolve
Get the URI string for the provided namespace prefix.- Parameters:
namespace- the namespace URI- Returns:
- the associated prefix or
nullif no prefix is associated
-