com.thaiopensource.validate.nrl
Class ContextMap.Enumerator

java.lang.Object
  extended by com.thaiopensource.validate.nrl.ContextMap.Enumerator
All Implemented Interfaces:
Enumeration
Enclosing class:
ContextMap

private static class ContextMap.Enumerator
extends Object
implements Enumeration


Field Summary
private  Object otherValue
           
private  Object rootValue
           
private  Enumeration subMaps
           
private  Enumeration subMapValues
           
 
Constructor Summary
private ContextMap.Enumerator(ContextMap map)
           
 
Method Summary
 boolean hasMoreElements()
           
 Object nextElement()
           
private  void prep()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rootValue

private Object rootValue

otherValue

private Object otherValue

subMapValues

private Enumeration subMapValues

subMaps

private final Enumeration subMaps
Constructor Detail

ContextMap.Enumerator

private ContextMap.Enumerator(ContextMap map)
Method Detail

prep

private void prep()

hasMoreElements

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

nextElement

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