Class NodeListElementEnumerator
- java.lang.Object
-
- org.eclipse.persistence.internal.sessions.factories.NodeListElementEnumerator
-
public class NodeListElementEnumerator extends java.lang.ObjectINTERNAL: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.
- Since:
- TopLink 4.0
- Author:
- Gordon Yorke
-
-
Constructor Summary
Constructors Constructor Description NodeListElementEnumerator(org.w3c.dom.NodeList list)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasMoreNodes()org.w3c.dom.NodenextNode()
-