Package | Description |
---|---|
com.gargoylesoftware.htmlunit.javascript |
Classes in this package are specific to 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.
|
com.gargoylesoftware.htmlunit.javascript.host.css |
Implementations of the CSS JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
com.gargoylesoftware.htmlunit.javascript.host.html |
Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
Modifier and Type | Method and Description |
---|---|
Window |
SimpleScriptable.getWindow()
Gets the window that is the top scope for this object.
|
protected static Window |
SimpleScriptable.getWindow(net.sourceforge.htmlunit.corejs.javascript.Scriptable s)
Gets the window that is the top scope for the specified object.
|
Modifier and Type | Method and Description |
---|---|
Window |
WindowProxy.getDelegee() |
Modifier and Type | Method and Description |
---|---|
void |
Location.initialize(Window window)
Initializes the object.
|
void |
Document.setWindow(Window window)
Sets the Window JavaScript object that encloses this document.
|
Modifier and Type | Method and Description |
---|---|
static CSSStyleSheet |
CSSStyleSheet.loadStylesheet(Window window,
HTMLElement element,
HtmlLink link,
String url)
Loads the stylesheet at the specified link or href.
|
Modifier and Type | Method and Description |
---|---|
Window |
HTMLIFrameElement.jsxGet_contentWindow()
Returns the window the frame contains, if any.
|
Modifier and Type | Method and Description |
---|---|
static HTMLCollection |
HTMLCollection.emptyCollection(Window window)
Gets an empty collection.
|
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.