public class NodeListElementEnumerator
extends java.lang.Object
Purpose: This class is used to enumerate over the XML elements. This is because some parsers fail to ignore whitespaces and may include them as test elements. This enumerator will ensure that only NodeElements are returned.
Constructor and Description |
---|
NodeListElementEnumerator(org.w3c.dom.NodeList list) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreNodes() |
org.w3c.dom.Node |
nextNode() |
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference