net.sf.vcard4j.util
Class NodeEnumeration

java.lang.Object
  extended bynet.sf.vcard4j.util.NodeEnumeration
All Implemented Interfaces:
java.util.Enumeration

public class NodeEnumeration
extends java.lang.Object
implements java.util.Enumeration


Constructor Summary
NodeEnumeration(org.w3c.dom.NodeList list)
           
 
Method Summary
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeEnumeration

public NodeEnumeration(org.w3c.dom.NodeList list)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
Specified by:
nextElement in interface java.util.Enumeration