Package | Description |
---|---|
org.htmlunit.javascript |
Classes in this package are specific to the JavaScript engine - users of HtmlUnit shouldn't
need anything in this package.
|
org.htmlunit.javascript.host |
Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
org.htmlunit.javascript.host.crypto |
Implementations of the Crypto JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
org.htmlunit.javascript.host.dom |
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
org.htmlunit.javascript.host.event |
Implementations of the JavaScript host objects for events - users of HtmlUnit shouldn't
need anything in this package.
|
org.htmlunit.javascript.host.svg |
Implementations of the Scalable Vector Graphics JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
Modifier and Type | Method and Description |
---|---|
Window |
HtmlUnitScriptable.getWindow()
Gets the window that is the top scope for this object.
|
protected static Window |
HtmlUnitScriptable.getWindow(org.htmlunit.corejs.javascript.Scriptable s)
Gets the window that is the top scope for the specified object.
|
protected static Window |
HtmlUnitScriptable.getWindowFromTopCallScope()
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
Modifier and Type | Method and Description |
---|---|
static org.htmlunit.corejs.javascript.RhinoException |
JavaScriptEngine.asJavaScriptException(Window window,
DOMException exception)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
Modifier and Type | Method and Description |
---|---|
Window |
WindowProxy.getDelegee() |
Window |
Window.getWindow_js()
Returns the window property.
|
Modifier and Type | Method and Description |
---|---|
void |
Location.initialize(Window window,
Page page)
Initializes this Location.
|
Constructor and Description |
---|
Storage(Window window,
Map<String,String> store)
Constructor.
|
Constructor and Description |
---|
Crypto(Window window)
Facility constructor.
|
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.
|
Constructor and Description |
---|
SVGMatrix(Window scope)
Instantiates and configure scope and prototype.
|
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.