当前位置: 首页 > 工具软件 > Simple XML > 使用案例 >

使用simple xml解析xml文档

蒯安平
2023-12-01

@Root(strict = “false”)
@Element(required = “false”)
两个都为false时,才会忽略xml文件中不存在,但在class中存在的属性

Element的doc: http://simple.sourceforge.net/download/stream/doc/javadoc/org/simpleframework/xml/Element.html

Root的doc:
http://simple.sourceforge.net/download/stream/doc/javadoc/org/simpleframework/xml/Root.html

 类似资料: