spring-framework / org.springframework.beans.factory.xml / DefaultNamespaceHandlerResolver / resolve

resolve

@Nullable open fun resolve(namespaceUri: String): NamespaceHandler

Locate the NamespaceHandler for the supplied namespace URI from the configured mappings.

Parameters

namespaceUri - the relevant namespace URI

Return
the located NamespaceHandler, or null if none found