Uses of Class
org.apache.commons.collections4.iterators.NodeListIterator
Packages that use NodeListIterator
Package
Description
This package contains the interfaces and utilities shared across all the subpackages of this component.
-
Uses of NodeListIterator in org.apache.commons.collections4
Methods in org.apache.commons.collections4 that return NodeListIteratorModifier and TypeMethodDescriptionstatic NodeListIterator
IteratorUtils.nodeListIterator
(Node node) Gets anIterator
that wraps the specified node's childNodes.static NodeListIterator
IteratorUtils.nodeListIterator
(NodeList nodeList)