|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface ErrorHandlerIf
The Errorhandler shows the Errors to the Users. It can be overwritten to add better Errorhandling, like displaying Tips.
| Method Summary | |
|---|---|
void |
childNotAllowed(java.lang.String expr,
JaxeElement parent,
org.w3c.dom.Element defbalise)
Deprecated. The childis not allowed in the Parent-Node |
void |
childNotAllowedInParentdef(org.w3c.dom.Element parentdef,
org.w3c.dom.Element defbalise)
Deprecated. A child was not inserted because it is not allowed in the parent-node |
void |
editNotAllowed(JaxeElement parent,
org.w3c.dom.Element defbalise)
Deprecated. The User tried to add an Element in an Node that is not editable |
void |
notInRootError(org.w3c.dom.Element defbalise)
Deprecated. The User tried to add an Element before or after the Root-Element |
void |
textNotAllowed(JaxeElement element)
Deprecated. It is not allowed to insert Text into this Element |
| Method Detail |
|---|
void notInRootError(org.w3c.dom.Element defbalise)
defbalise - Element the User tried to add
void editNotAllowed(JaxeElement parent,
org.w3c.dom.Element defbalise)
parent - This node was editeddefbalise - This node was not inserted
void childNotAllowedInParentdef(org.w3c.dom.Element parentdef,
org.w3c.dom.Element defbalise)
parentdef - Parentdefbalise - Child that should have been inserted
void childNotAllowed(java.lang.String expr,
JaxeElement parent,
org.w3c.dom.Element defbalise)
expr - Expr what is allowed in the Parent-Nodeparent - The Parentdefbalise - The child that should have been insertedvoid textNotAllowed(JaxeElement element)
element - no Text allowed here
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||