JOX is a set of Java libraries that make it easy to transfer data between XML documents and Java beans. You can think of JOX as a special form of Java Object Serialization, using XML as the serialization format.
JOX attempts to match an XML document to the fields of a bean as best it can and will use a DTD when writing an XML document if one is available. It is able to read attributes as well as regular text and can also handle nested objects. Because JOX looks at the Java Bean at runtime, you can copy XML into different classes.
其他Java XML解析器 开源项目资源: