How to read an XML file with Java?

后端 未结 9 2162
执念已碎
执念已碎 2020-12-03 12:15

I don\'t need to read complex XML files. I just want to read the following configuration file with a simplest XML reader


    loc         


        
9条回答
  •  臣服心动
    2020-12-03 13:05

    If you want to be able to read and write objects to XML directly, you can use XStream

提交回复
热议问题