Package | Description |
---|---|
org.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 |
---|---|
Plugin |
PluginArray.get(int index,
org.htmlunit.corejs.javascript.Scriptable start)
Returns the element at the specified index, or
null if the index is invalid. |
Plugin |
MimeType.getEnabledPlugin()
Returns the mime type's associated plugin.
|
Plugin |
PluginArray.item(int index)
Returns the item at the given index.
|
Plugin |
PluginArray.namedItem(String name)
Returns the item at the given index.
|
Constructor and Description |
---|
MimeType(String type,
String description,
String suffixes,
Plugin plugin)
Constructor initializing fields.
|
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.