Event createEventFromXML (String uri, String xml)
Event createEventFromXML (String uri, String xml)
xml
. The XML String should adhere to the
XSD schema corresponding to the event definition. *Name | Type | Description |
---|---|---|
uri | String | URI of the event as defined in the project. If the uri is null, then the function will use the XML to parse the namespace and create the corresponding event. |
xml | String | XML string to be parsed |
Type | Description |
---|---|
Event |