public abstract static class XMLLib.Factory
extends java.lang.Object
This interface should be considered experimental. It may be better (and certainly more
flexible) to write an interface that returns an XMLLib object rather than a class name, for
example. But that would cause many more ripple effects in the code, all the way back to
ScriptRuntime.
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
static XMLLib.Factory |
create(java.lang.String className) |
abstract java.lang.String |
getImplementationClassName() |
public static XMLLib.Factory create(java.lang.String className)
public abstract java.lang.String getImplementationClassName()