Uses of Class
org.mozilla.javascript.NativeWith
Packages that use NativeWith
-
Uses of NativeWith in org.mozilla.javascript.xml
Methods in org.mozilla.javascript.xml that return NativeWithModifier and TypeMethodDescriptionabstract 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.xmlimplMethods in org.mozilla.javascript.xmlimpl that return NativeWithModifier and TypeMethodDescriptionXMLObjectImpl.enterDotQuery
(Scriptable scope) XMLObjectImpl.enterWith
(Scriptable scope)