使用Dom4j和XPath解析spring 的配置文件

 Map m = new HashMap<String, String>();
 m.put("s", "http://www.springframework.org/schema/beans");
 XPath xpathSelector = DocumentHelper.createXPath("//s:ref");
 xpathSelector.setNamespaceURIs(m);
List<Node> list = xpathSelector.selectNodes(document);


注意对于使用schema进行验证的spring configuration

要在XPath上加入域名空间。 xpathSelector.setNamespaceURIs(m);

posted on 2008-12-16 16:27 刘铮 阅读(669) 评论(0)  编辑  收藏 所属分类: Dom4j


只有注册用户登录后才能发表评论。


网站导航:
 
<2024年11月>
272829303112
3456789
10111213141516
17181920212223
24252627282930
1234567

导航

统计

留言簿(1)

文章分类(141)

文章档案(147)

搜索

最新评论