标签: java xml xml-parsing
我需要一种快速且最好的方法来将XML文件中的数据检索到向量或java对象中。
感谢。
答案 0 :(得分:1)
您可能需要查看XStream。你可以看到它是如何运作的here。