public DemoXmlUpdateEventDatabase(String eventXml) {
   this.doc = XmlUtil.getDocument(eventXml);
 }