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 |
---|---|
MimeType |
MimeTypeArray.get(int index,
org.htmlunit.corejs.javascript.Scriptable start)
Returns the element at the specified index, or
null if the index is invalid. |
MimeType |
Plugin.item(int index)
Returns the item at the given index.
|
MimeType |
MimeTypeArray.item(int index)
Returns the item at the given index.
|
MimeType |
Plugin.namedItem(String name)
Returns the item at the given index.
|
MimeType |
MimeTypeArray.namedItem(String name)
Returns the item at the given index.
|
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.