org.relaxng.datatype.helpers
Class DatatypeLibraryLoader.Service.ProviderEnumeration

java.lang.Object
  extended by org.relaxng.datatype.helpers.DatatypeLibraryLoader.Service.ProviderEnumeration
All Implemented Interfaces:
Enumeration
Enclosing class:
DatatypeLibraryLoader.Service

private class DatatypeLibraryLoader.Service.ProviderEnumeration
extends Object
implements Enumeration


Field Summary
private  int nextIndex
           
 
Constructor Summary
private DatatypeLibraryLoader.Service.ProviderEnumeration()
           
 
Method Summary
 boolean hasMoreElements()
           
 Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nextIndex

private int nextIndex
Constructor Detail

DatatypeLibraryLoader.Service.ProviderEnumeration

private DatatypeLibraryLoader.Service.ProviderEnumeration()
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration

nextElement

public Object nextElement()
Specified by:
nextElement in interface Enumeration