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
uriStringwill use the XML to parse the namespace and create the corresponding event.
xmlStringXML string to be parsed

Returns

TypeDescription
Event

Cautions

none