Package | Description |
---|---|
com.gargoylesoftware.htmlunit.javascript |
Classes in this package are specific for the javascript engine - users of HtmlUnit shouldn't
need anything in this package.
|
com.gargoylesoftware.htmlunit.javascript.host |
Implementations of the various javascript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
Modifier and Type | Method and Description |
---|---|
protected Window |
SimpleScriptable.getWindow()
Gets the window that is the top scope for this object.
|
protected static Window |
SimpleScriptable.getWindow(org.mozilla.javascript.Scriptable s)
Gets the window that is the top scope for the specified object.
|
Modifier and Type | Method and Description |
---|---|
Window |
HTMLFrameElement.jsxGet_contentWindow()
Returns the window the frame contains, if any
|
Window |
Window.jsxGet_self()
Return the "self" property
|
Window |
Window.jsxGet_window()
Return the window property.
|
Modifier and Type | Method and Description |
---|---|
void |
Location.initialize(Window window)
Initializes the object.
|
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.