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

Packages that use IntSet
com.oxygenxml.validate.nvdl   
 

Uses of IntSet in com.oxygenxml.validate.nvdl
 

Fields in com.oxygenxml.validate.nvdl declared as IntSet
private  IntSet FilteredAttributes.indexSet
          The set of indexes of the attributes to used.
 

Methods in com.oxygenxml.validate.nvdl with parameters of type IntSet
(package private)  void IntSet.addAll(IntSet is)
          Adds all the values from another set - union.
private static Attributes ValidatorImpl.filterAttributes(IntSet indexSet, Attributes attributes)
          Get the filtered attributes.
private  AttributeActionSet ValidatorImpl.processAttributeSection(ModeUsage modeUsage, String ns, IntSet indexSet, Attributes attributes)
          Process an attributes section in a specific mode usage.
 

Constructors in com.oxygenxml.validate.nvdl with parameters of type IntSet
FilteredAttributes(IntSet indexSet, Attributes attributes)
          Creates a filtered attributes instance.