Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
be-esb-core
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
be-esb-ecosystem-maven
be-esb-core
Commits
a58e0152
Commit
a58e0152
authored
Sep 19, 2022
by
WeiCong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化xmlutil的xpath获取元素函数
parent
99728b0e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
XmlUtil.java
src/main/src/com/brilliance/eibs/util/XmlUtil.java
+2
-3
No files found.
src/main/src/com/brilliance/eibs/util/XmlUtil.java
View file @
a58e0152
...
...
@@ -104,7 +104,7 @@ public class XmlUtil {
/**
* 获取配置文件Document对象
*
* @param file
name
* @param file
path
* @return
*/
public
static
Document
getDocument
(
String
filepath
)
{
...
...
@@ -117,7 +117,7 @@ public class XmlUtil {
/**
* 获得资源位置
*
* @param file
name
* @param file
path
* @return
*/
public
static
URL
getUrl
(
String
filepath
)
{
...
...
@@ -186,7 +186,6 @@ public class XmlUtil {
* @param doc Xml文档
* @param etag 符合接口配置规则的指定节点
* @param fieldDef
* @param Filter
* @param context
* @return 以<code>List</code>的形式返回
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment