c++ builder java读取配置文件的方法(xml)?
java读取配置文件的方法(xml)?
使用JDOM包URL=RederXml.class.getClassLoader().getResource(“”) 字符串路径=url.toString() "/ 配置.xml“项目类型XML的路径=sax.build版本(path) }catch(jdomeexception e1){ //TODO Auto-generated catch block e1.printStackTrace() }catch(IOException e1){ //TODO Auto-generatedcatch块 e1.printStackTrace() } Element根=文档getRootElement()
java程序怎么修改hibernate.cfg.xml?
我建议您使用JDOM类库,它是为Java
公共类testhibernatehome{
public static void main(String[]args)抛出异常{
String fileName=“E:/休眠.cfg.xml“//路径
saxbuilder Sax=new saxbuilder()
文档文档=sax.build版本(文件名)
元素el=文档getRootElement()
List
用于(元素e:List){
List
对于(Element ee:listTemp){
String pro=ee.getValue值()
系统输出打印(“value:”pro)
字符串名称1=ee.getAttributeValue属性(“name”)系统输出打印(“attribute:”name1)]}
list
对于(element EE:listemp1){
string map=ee.getValue值()
系统输出打印(“值:”映射)
字符串名称2=ee.getAttributeValue属性(“资源)”)系统输出打印(“属性:”Name2)]}
c++ builder sax什么意思 saxbuilder所依赖的包
版权声明:本文内容由互联网用户自发贡献,本站不承担相关法律责任.如有侵权/违法内容,本站将立刻删除。