com.oxygenxml.validate.nvdl
Class ValidatorImpl.Program

java.lang.Object
  extended by com.oxygenxml.validate.nvdl.ValidatorImpl.Program
Enclosing class:
ValidatorImpl

private static class ValidatorImpl.Program
extends Object

A program is a pair of mode usage and handler.


Field Summary
(package private)  ContentHandler handler
          The handler associated with the mode usage.
(package private)  ModeUsage modeUsage
          The mode usage associated with the handler.
 
Constructor Summary
ValidatorImpl.Program(ModeUsage modeUsage, ContentHandler handler)
          Creates an association between a mode usage and a handler.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

modeUsage

final ModeUsage modeUsage
The mode usage associated with the handler.


handler

final ContentHandler handler
The handler associated with the mode usage.

Constructor Detail

ValidatorImpl.Program

ValidatorImpl.Program(ModeUsage modeUsage,
                      ContentHandler handler)
Creates an association between a mode usage and a handler.

Parameters:
modeUsage - The mode usage.
handler - The handler.