Find an object by ignoring the fragment component of the given name
Parameters:
name - the name of the element to search for.
Returns:
the element with the given name, or null it is was not found.
removeNamespaceFinder(String)
def removeNamespaceFinder(String)
Remove a namespace finder.
Parameters:
scheme - the scheme of the finder to remove.
setNamespaceFinders(Set<E>)
def setNamespaceFinders(Set<E>)
Change the set of namespace finders that is used by this service.
This function could be overridden and annotated in subtypes in order to be used by the Guice injector.