Event.createEventFromXML()

Signature

Event createEventFromXML (String uri, String xml)

Domain

action

Description

This function returns a event instance using the xml . The XML String should adhere to the XSD schema corresponding to the event definition.

Parameters

NameTypeDescription
uriStringURI 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.
xmlStringXML string to be parsed

Returns

TypeDescription
Event

Cautions

none