Package org.dom4j

Examples of org.dom4j.Element.elementText()


          cfg.setConf_key(key);
        }
        cfg.setConf_value(cfgElem.elementText("value"));
        cfg.setUpdatetime(new Date());
        cfg.setDeleted(cfgElem.elementText("deleted"));
        cfg.setComment(cfgElem.elementText("comment"));
        cfgManagement.updateConfig(cfg);
      } catch (Exception e) {
        log.debug("failed to add/update configuration: " + key, e);
      }
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.