Uses of Class
org.htmlunit.corejs.javascript.NativeWith
-
Packages that use NativeWith Package Description org.htmlunit.corejs.javascript.xml -
-
Uses of NativeWith in org.htmlunit.corejs.javascript.xml
Methods in org.htmlunit.corejs.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.
-