@Nullable open fun resolve(namespaceUri: String): NamespaceHandler
Locate the NamespaceHandler for the supplied namespace URI from the configured mappings.
namespaceUri - the relevant namespace URI
Return
the located NamespaceHandler, or null if none found