Package | Description |
---|---|
org.apache.commons.collections4 |
This package contains the interfaces and utilities shared across all the subpackages of this component.
|
Modifier and Type | Method and Description |
---|---|
static NodeListIterator |
IteratorUtils.nodeListIterator(org.w3c.dom.Node node)
Gets an
Iterator that wraps the specified node's childNodes. |
static NodeListIterator |
IteratorUtils.nodeListIterator(org.w3c.dom.NodeList nodeList)
Gets an
Iterator that wraps the specified NodeList . |