ClearErrorMessageMethod returns the xml definition of the ClearErrorMessage-method
()
| 1177 | |
| 1178 | // ClearErrorMessageMethod returns the xml definition of the ClearErrorMessage-method |
| 1179 | func ClearErrorMessageMethod() (ComponentDefinitionMethod) { |
| 1180 | var method ComponentDefinitionMethod |
| 1181 | source := ` <method name="ClearErrorMessages" description = "Clears all registered messages of this class instance"> |
| 1182 | </method>` |
| 1183 | xml.Unmarshal([]byte(source), &method) |
| 1184 | return method |
| 1185 | } |
| 1186 | |
| 1187 | // IncRefCountMethod returns the xml definition of the IncRefCount-method |
| 1188 | func IncRefCountMethod() (ComponentDefinitionMethod) { |
no outgoing calls
no test coverage detected