public interface Handler
HandlerException| Modifier and Type | Method and Description |
|---|---|
void |
invoke(java.lang.String ns,
java.lang.Object obj,
java.lang.Object value,
cookxml.core.DecodeEngine decodeEngine)
this function is used to assign the value to the object either through
a function setter or directly through variable assignment.
|
void invoke(java.lang.String ns,
java.lang.Object obj,
java.lang.Object value,
cookxml.core.DecodeEngine decodeEngine)
throws HandlerException
ns - the namespace of the element being used.obj - the object where the function or the variable is located in.value - the actual value to be set.decodeEngine - The decodeEngine that does the parsing.HandlerException - in case of error.