Uses of Class
org.mozilla.javascript.xml.XMLLib.Factory
-
Packages that use XMLLib.Factory Package Description org.mozilla.javascript org.mozilla.javascript.xml -
-
Uses of XMLLib.Factory in org.mozilla.javascript
Methods in org.mozilla.javascript that return XMLLib.Factory Modifier and Type Method Description XMLLib.Factory
Context. getE4xImplementationFactory()
Returns an object which specifies an E4X implementation to use within thisContext
.protected XMLLib.Factory
ContextFactory. getE4xImplementationFactory()
Provides a defaultXMLLib.Factory
to be used by theContext
instances produced by this factory. -
Uses of XMLLib.Factory in org.mozilla.javascript.xml
Methods in org.mozilla.javascript.xml that return XMLLib.Factory Modifier and Type Method Description static XMLLib.Factory
XMLLib.Factory. create(java.lang.String className)
-