| Package | Description |
|---|---|
| com.gargoylesoftware.htmlunit.javascript.host.dom |
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator |
NodeList.entries()
Returns an
Iterator allowing to go through all key/value pairs contained in this object. |
Iterator |
NodeList.keys()
Returns an
Iterator allowing to go through all keys contained in this object. |
Iterator |
NodeList.values()
Returns an
Iterator allowing to go through all keys contained in this object. |
Copyright © 2002–2019 Gargoyle Software Inc.. All rights reserved.