Home
last modified time | relevance | path

Searched refs:xmlImpl (Results 1 – 1 of 1) sorted by relevance

/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DScriptRuntime.java212 String xmlImpl = cx.getE4xImplementationFactory().getImplementationClassName(); in initStandardObjects() local
213 new LazilyLoadedCtor(scope, "XML", xmlImpl, sealed, true); in initStandardObjects()
214 new LazilyLoadedCtor(scope, "XMLList", xmlImpl, sealed, true); in initStandardObjects()
215 new LazilyLoadedCtor(scope, "Namespace", xmlImpl, sealed, true); in initStandardObjects()
216 new LazilyLoadedCtor(scope, "QName", xmlImpl, sealed, true); in initStandardObjects()