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 NativeWithXMLObject. enterDotQuery(Scriptable scope)Wrap this object into NativeWith to implement the .() query.abstract NativeWithXMLObject. 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) classXMLWithScopeMethods in org.mozilla.javascript.xmlimpl that return NativeWith Modifier and Type Method Description NativeWithXMLObjectImpl. enterDotQuery(Scriptable scope)NativeWithXMLObjectImpl. enterWith(Scriptable scope)
-