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

Packages that use Hashset
com.oxygenxml.validate.nvdl   
 

Uses of Hashset in com.oxygenxml.validate.nvdl
 

Fields in com.oxygenxml.validate.nvdl declared as Hashset
private  Hashset ValidatorImpl.attributeSchemas
          Attribute schemas for a namespace.
private  Hashset ValidatorImpl.noResultActions
          keeps the no result actions for a section to avoid duplicating them as the same action can be specified by multiple programs in a section.
 

Methods in com.oxygenxml.validate.nvdl with parameters of type Hashset
(package private)  void Hashset.addAll(Hashset set)
          Adds all the objects from another set to this set - union.