Uses of Class
com.oxygenxml.validate.nvdl.Triggers

Packages that use Triggers
com.oxygenxml.validate.nvdl   
 

Uses of Triggers in com.oxygenxml.validate.nvdl
 

Fields in com.oxygenxml.validate.nvdl declared as Triggers
private  Triggers ValidatorImpl.triggers
          Triggers.
private  Triggers SchemaImpl.triggers
          A hash with the triggers on namespace.
 

Constructors in com.oxygenxml.validate.nvdl with parameters of type Triggers
ValidatorImpl(Mode mode, Triggers triggers, PropertyMap properties)
          Creates a NVDL validator.