com.oxygenxml.validate.nvdl
Class ValidatorImpl.Program
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
modeUsage
final ModeUsage modeUsage
- The mode usage associated with the handler.
handler
final ContentHandler handler
- The handler associated with the mode usage.
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.