| Constructor | Description |
|---|---|
NodeListIterable(NodeList nodeListArg) |
Creates a new wrapper.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
getLength() |
Returns the number of nodes in the list.
|
boolean |
isEmpty() |
|
Iterator<Node> |
iterator() |
Return iterator on node list.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic NodeListIterable(NodeList nodeListArg)
nodeListArg - The list to wrap.public int getLength()
length-1
inclusive.NodeList.getLength()public boolean isEmpty()
Copyright © 2025. All rights reserved.