The XPath processor treats the namespace URI as a fully qualified class name. If the class name is preceded by class:
, all calls are to static methods only. Otherwise, an instance of the class is created on first use and released when stylesheet processing is complete. Performance is better when you use a static method because creation and deletion of an instance of the class is not required.