Package | Description |
---|---|
net.sourceforge.htmlunit.corejs.javascript.xml |
Modifier and Type | Method and 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.
|