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.crypto |
Implementations of the Crypto 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.dom |
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
com.gargoylesoftware.htmlunit.javascript.host.event |
Implementations of the JavaScript host objects for events - 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.
|
com.gargoylesoftware.htmlunit.javascript.host.svg |
Implementations of the SVG 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() |
Window |
Window.getFrames_js()
Returns the value of the
frames property. |
Window |
Window.getSelf()
Returns the
self property. |
Window |
Window.getWindow_js()
Returns the window property.
|
Modifier and Type | Method and Description |
---|---|
void |
Location.initialize(Window window)
Initializes the object.
|
static void |
Symbol.remove(Window window)
Removes all cached symbols, which have the specified
window as their parent scope. |
Constructor and Description |
---|
Promise(Window window)
Facility constructor.
|
Storage(Window window,
Map<String,String> store)
Constructor.
|
Constructor and Description |
---|
Crypto(Window window)
Facility constructor.
|
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 |
---|---|
void |
Document.setWindow(Window window)
Sets the Window JavaScript object that encloses this document.
|
Modifier and Type | Method and Description |
---|---|
Window |
MessageEvent.getSource()
Retrieves the data contained.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageEvent.initMessageEvent(String type,
boolean canBubble,
boolean cancelable,
Object data,
String origin,
String lastEventId,
Window source,
Object ports)
Initializes an event object.
|
Modifier and Type | Method and Description |
---|---|
static HTMLCollection |
HTMLCollection.emptyCollection(Window window)
Gets an empty collection.
|
Constructor and Description |
---|
SVGMatrix(Window scope)
Instantiates and configure scope and prototype.
|
Copyright © 2002–2019 Gargoyle Software Inc.. All rights reserved.