Beispiel #1
0
 /**
  * 这里获取的是存在多个同类节点情况下的配置信息
  *
  * @param xpath 节点元素路径,如:/root/param1/param2
  * @return
  * @see XmlUtilsEx#parseAsSimpleMaps(Document, String)
  */
 public List<Map<String, Object>> getSimpleValueList(String xpath) {
   return XmlUtilsEx.parseAsSimpleMaps(doc, xpath);
 }