/** * Configures the namespace handler for this context. * * @param handler a non null instance */ public ConfigurationParser(NamespaceHandlerSupport handler) { Assert.notNull(handler); this.handler = handler; }