Uses of Class
net.sourceforge.htmlunit.corejs.javascript.NativeWith

Packages that use NativeWith
net.sourceforge.htmlunit.corejs.javascript.xml   
 

Uses of NativeWith in net.sourceforge.htmlunit.corejs.javascript.xml
 

Methods in net.sourceforge.htmlunit.corejs.javascript.xml that return NativeWith
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.