Uses of Class
org.mozilla.javascript.NativeWith
-
Packages that use NativeWith Package Description org.mozilla.javascript.xml -
-
Uses of NativeWith in org.mozilla.javascript.xml
Methods in org.mozilla.javascript.xml that return NativeWith Modifier and Type Method Description abstract NativeWith
XMLObject. enterDotQuery(Scriptable scope)
Wrap this object into NativeWith to implement the .() query.abstract NativeWith
XMLObject. enterWith(Scriptable scope)
Wrap this object into NativeWith to implement the with statement.
-