|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.oxygenxml.validate.nvdl.SchemaImpl.Handler.ModeData
class SchemaImpl.Handler.ModeData
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 |
---|
private Mode currentMode
private ElementsOrAttributes match
private ActionSet actions
private AttributeActionSet attributeActions
private String schemaUri
private String schemaType
private PropertyMapBuilder options
private final Vector mustSupportOptions
private ModeUsage modeUsage
private boolean anyNamespace
private Mode lastMode
Constructor Detail |
---|
SchemaImpl.Handler.ModeData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |