jd.xml.xslt.extension
Class ExtensionHandlerFactory
java.lang.Object
jd.xml.xslt.extension.ExtensionHandlerFactory
- public abstract class ExtensionHandlerFactory
- extends Object
A Factory for ExtensionHandlers.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtensionHandlerFactory
public ExtensionHandlerFactory()
create
public static ExtensionHandler create(String namespaceUri)
- Create a ExtensionHandler for a namespaceUri.
First the factory matches the namespaceUri is against the namespaces
of the built in ExtensionHandlers. If no match is found
the factory tries to extract the class of a ExtensionHandler
from the uri (according the scheme uri = [any string]/[class name]).
If this fails null is returned.