When using Java extension functions, it's very easy to specify a namespace using the FQCN. However, is it practical to somehow register the class with a specific namespace, like in the "exslt" namespace? I'm writing a couple functions that implement the same functions in the EXSLT definition, so I'd sort of prefer to use the defined EXSLT namespace.
