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

Packages that use AttributeActionSet
com.oxygenxml.validate.nvdl   
 

Uses of AttributeActionSet in com.oxygenxml.validate.nvdl
 

Fields in com.oxygenxml.validate.nvdl declared as AttributeActionSet
private  AttributeActionSet SchemaImpl.Handler.ModeData.attributeActions
          The current attribute actions.
 

Methods in com.oxygenxml.validate.nvdl that return AttributeActionSet
(package private)  AttributeActionSet Mode.getAttributeActions(String ns)
          Get the set of attribute actions for a given namespace.
private  AttributeActionSet Mode.getAttributeActionsExplicit(String ns)
          Look for attribute actions specifically specified for this namespace.
private  AttributeActionSet ValidatorImpl.processAttributeSection(ModeUsage modeUsage, String ns, IntSet indexSet, Attributes attributes)
          Process an attributes section in a specific mode usage.
 

Methods in com.oxygenxml.validate.nvdl with parameters of type AttributeActionSet
(package private)  boolean Mode.bindAttribute(String ns, String wildcard, AttributeActionSet actions)
          Adds a set of attribute actions to be performed in this mode for attributes in a specified namespace.