Uses of Class
org.mozilla.javascript.NativeWith
-
Packages that use NativeWith Package Description org.mozilla.javascript.xml org.mozilla.javascript.xmlimpl -
-
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. -
Uses of NativeWith in org.mozilla.javascript.xmlimpl
Subclasses of NativeWith in org.mozilla.javascript.xmlimpl Modifier and Type Class Description (package private) class
XMLWithScope
Methods in org.mozilla.javascript.xmlimpl that return NativeWith Modifier and Type Method Description NativeWith
XMLObjectImpl. enterDotQuery(Scriptable scope)
NativeWith
XMLObjectImpl. enterWith(Scriptable scope)
-