Package org.mozilla.javascript.xml
Class XMLLib.Factory
- java.lang.Object
- 
- org.mozilla.javascript.xml.XMLLib.Factory
 
- 
- Enclosing class:
- XMLLib
 
 public abstract static class XMLLib.Factory extends java.lang.ObjectAn object which specifies an XMLLib implementation to be used at runtime.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 SummaryConstructors Constructor Description Factory()
 - 
Method SummaryAll Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static XMLLib.Factorycreate(java.lang.String className)abstract java.lang.StringgetImplementationClassName()
 
- 
- 
- 
Method Detail- 
createpublic static XMLLib.Factory create(java.lang.String className) 
 - 
getImplementationClassNamepublic abstract java.lang.String getImplementationClassName() 
 
- 
 
-