org.iso_relax.dispatcher.impl
Class DispatcherImpl.Context

java.lang.Object
  |
  +--org.iso_relax.dispatcher.impl.DispatcherImpl.Context
Enclosing class:
DispatcherImpl

protected static final class DispatcherImpl.Context
extends java.lang.Object


Field Summary
 int depth
           
 IslandVerifier handler
           
 DispatcherImpl.Context previous
           
 
Constructor Summary
DispatcherImpl.Context(IslandVerifier handler, int depth, DispatcherImpl.Context previous)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handler

public final IslandVerifier handler

depth

public final int depth

previous

public final DispatcherImpl.Context previous
Constructor Detail

DispatcherImpl.Context

public DispatcherImpl.Context(IslandVerifier handler,
                              int depth,
                              DispatcherImpl.Context previous)