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 | 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 . |
Copyright © 2001-2019 - Apache Software Foundation