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

Packages that use ModeUsage
com.oxygenxml.validate.nvdl   
 

Uses of ModeUsage in com.oxygenxml.validate.nvdl
 

Fields in com.oxygenxml.validate.nvdl declared as ModeUsage
(package private)  ModeUsage ValidatorImpl.Program.modeUsage
          The mode usage associated with the handler.
private  ModeUsage SchemaImpl.Handler.ModeData.modeUsage
          The current mode usage, for the current action.
private  ModeUsage Action.modeUsage
          Use mode when performing this action.
 

Methods in com.oxygenxml.validate.nvdl that return ModeUsage
(package private)  ModeUsage ModeUsage.changeCurrentMode(Mode currentMode)
          Gets a new mode usage with a different current mode but with the same mode and modeMap as this one.
(package private)  ModeUsage Action.getModeUsage()
          Getter for the mode usage.
private  ModeUsage SchemaImpl.Handler.getModeUsage(Attributes attributes)
          Creates a mode usage that matches current mode and uses further the mode specified by the useMode attribute.
 

Methods in com.oxygenxml.validate.nvdl with parameters of type ModeUsage
 void ValidatorImpl.Section.addActiveHandler(ContentHandler handler, ModeUsage attributeModeUsage)
          Adds a handler for a mode usage.
 void SectionState.addActiveHandler(ContentHandler handler, ModeUsage attributeModeUsage)
           
 void ValidatorImpl.Section.addAttributeValidationModeUsage(ModeUsage modeUsage)
          Adds a mode usage to the attributeValidationModeUsages list if we process attributes.
 void SectionState.addAttributeValidationModeUsage(ModeUsage modeUsage)
           
 void ValidatorImpl.Section.addChildMode(ModeUsage modeUsage, ContentHandler handler)
           
 void SectionState.addChildMode(ModeUsage modeUsage, ContentHandler handler)
           
 void ValidatorImpl.Section.addValidator(Schema schema, ModeUsage modeUsage)
          Adds a validator.
 void SectionState.addValidator(Schema schema, ModeUsage modeUsage)
           
 void ValidatorImpl.Section.attachPlaceholder(ModeUsage modeUsage, ContentHandler handler)
           
 void SectionState.attachPlaceholder(ModeUsage modeUsage, ContentHandler handler)
           
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 ModeUsage
Action(ModeUsage modeUsage)
          Creates an action with a given mode usage.
AllowAction(ModeUsage modeUsage)
          Creates this no result action with a given mode usage.
AttachAction(ModeUsage modeUsage)
          Creates an attach action with a given mode usage.
AttachPlaceholderAction(ModeUsage modeUsage)
          Creates an attachPlaceHolder action with a given mode usage.
NoResultAction(ModeUsage modeUsage)
          Creates the action with the specified mode usage.
RejectAction(ModeUsage modeUsage)
          Creates a reject action.
ResultAction(ModeUsage modeUsage)
          Creates a result action with a given mode usage.
UnwrapAction(ModeUsage modeUsage)
          Creates an unwrap action with a given mode usage.
ValidateAction(ModeUsage modeUsage, Schema schema)
          Creates a validate action.
ValidatorImpl.Program(ModeUsage modeUsage, ContentHandler handler)
          Creates an association between a mode usage and a handler.