Commit a58e0152 by WeiCong

优化xmlutil的xpath获取元素函数

parent 99728b0e
...@@ -104,7 +104,7 @@ public class XmlUtil { ...@@ -104,7 +104,7 @@ public class XmlUtil {
/** /**
* 获取配置文件Document对象 * 获取配置文件Document对象
* *
* @param filename * @param filepath
* @return * @return
*/ */
public static Document getDocument(String filepath) { public static Document getDocument(String filepath) {
...@@ -117,7 +117,7 @@ public class XmlUtil { ...@@ -117,7 +117,7 @@ public class XmlUtil {
/** /**
* 获得资源位置 * 获得资源位置
* *
* @param filename * @param filepath
* @return * @return
*/ */
public static URL getUrl(String filepath) { public static URL getUrl(String filepath) {
...@@ -186,7 +186,6 @@ public class XmlUtil { ...@@ -186,7 +186,6 @@ public class XmlUtil {
* @param doc Xml文档 * @param doc Xml文档
* @param etag 符合接口配置规则的指定节点 * @param etag 符合接口配置规则的指定节点
* @param fieldDef * @param fieldDef
* @param Filter
* @param context * @param context
* @return 以<code>List</code>的形式返回 * @return 以<code>List</code>的形式返回
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment