net.sourceforge.spedit.core
Class XMLAttributes.XMLAttributesEnumeration
java.lang.Object
|
+--net.sourceforge.spedit.core.XMLAttributes.XMLAttributesEnumeration
- All Implemented Interfaces:
- Enumeration
- Enclosing class:
- XMLAttributes
- public class XMLAttributes.XMLAttributesEnumeration
- extends Object
- implements Enumeration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLAttributes.XMLAttributesEnumeration
public XMLAttributes.XMLAttributesEnumeration(List attr)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement
in interface Enumeration