com.oxygenxml.validate.nvdl
Class SchemaImpl.Handler.ModeData

java.lang.Object
  extended by com.oxygenxml.validate.nvdl.SchemaImpl.Handler.ModeData
Enclosing class:
SchemaImpl.Handler

 class SchemaImpl.Handler.ModeData
extends Object


Field Summary
private  ActionSet actions
          The current element actions.
private  boolean anyNamespace
          Flag indicating if we are in a namespace rule or in an anyNamespace rule.
private  AttributeActionSet attributeActions
          The current attribute actions.
private  Mode currentMode
          Points to the current mode.
private  Mode lastMode
           
private  ElementsOrAttributes match
          The value of the match attribute on the current rule.
private  ModeUsage modeUsage
          The current mode usage, for the current action.
private  Vector mustSupportOptions
          The options that must be supported by the validator for the current validate action.
private  PropertyMapBuilder options
          The options defined for a validate action.
private  String schemaType
          The current validate action schema type.
private  String schemaUri
          The URI of the schema for the current validate action.
 
Constructor Summary
SchemaImpl.Handler.ModeData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentMode

private Mode currentMode
Points to the current mode.


match

private ElementsOrAttributes match
The value of the match attribute on the current rule.


actions

private ActionSet actions
The current element actions.


attributeActions

private AttributeActionSet attributeActions
The current attribute actions.


schemaUri

private String schemaUri
The URI of the schema for the current validate action.


schemaType

private String schemaType
The current validate action schema type.


options

private PropertyMapBuilder options
The options defined for a validate action.


mustSupportOptions

private final Vector mustSupportOptions
The options that must be supported by the validator for the current validate action.


modeUsage

private ModeUsage modeUsage
The current mode usage, for the current action.


anyNamespace

private boolean anyNamespace
Flag indicating if we are in a namespace rule or in an anyNamespace rule.


lastMode

private Mode lastMode
Constructor Detail

SchemaImpl.Handler.ModeData

SchemaImpl.Handler.ModeData()