Uses of Class
org.apache.commons.collections4.iterators.NodeListIterator
-
Packages that use NodeListIterator Package Description org.apache.commons.collections4 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 NodeListIterator Modifier and Type Method Description static NodeListIteratorIteratorUtils. nodeListIterator(Node node)Gets anIteratorthat wraps the specified node's childNodes.static NodeListIteratorIteratorUtils. nodeListIterator(NodeList nodeList)
-