java.lang.Object
com.japisoft.editix.editor.jsx.domapi.NodeList
public class NodeList
extends java.lang.Object
NodeList objects are collections of nodes, usually returned by properties such as Node.childNodes
-
Field Summary
Fields
Modifier and Type |
Field |
Description |
int |
length |
|
-
Constructor Summary
Constructors
Constructor |
Description |
NodeList() |
|
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
Method Details
-
public Node item(
int index)
-