|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.oxygenxml.validate.nvdl.Action
com.oxygenxml.validate.nvdl.NoResultAction
com.oxygenxml.validate.nvdl.ValidateAction
class ValidateAction
Validate no result action.
| Field Summary | |
|---|---|
private Schema |
schema
The schema to validate with. |
| Constructor Summary | |
|---|---|
ValidateAction(ModeUsage modeUsage,
Schema schema)
Creates a validate action. |
|
| Method Summary | |
|---|---|
(package private) NoResultAction |
changeCurrentMode(Mode mode)
Get a new validate action with a mode usage with the current mode changed. |
boolean |
equals(Object obj)
Checks if this action is equal with a given action. |
int |
hashCode()
Computes a hashCode. |
(package private) void |
perform(SectionState state)
Perform this action on the section state. |
| Methods inherited from class com.oxygenxml.validate.nvdl.Action |
|---|
getModeUsage |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final Schema schema
| Constructor Detail |
|---|
ValidateAction(ModeUsage modeUsage,
Schema schema)
modeUsage - The mode usage.schema - The schema.| Method Detail |
|---|
void perform(SectionState state)
throws SAXException
perform in class NoResultActionstate - the section state.
SAXException - In case of errors.NoResultAction changeCurrentMode(Mode mode)
changeCurrentMode in class NoResultActionmode - the new mode.
public boolean equals(Object obj)
equals in class Actionpublic int hashCode()
hashCode in class Action
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||