资 源 简 介
easyxmldata is a small package that uses the SAX Parser to making parsing a little bit easier.
The package offers an Interface, Utilites and a Parser which allows an easy XML Parser implementation for custom XML elements and corresponding java classes.
You want to parse an XML document and create corresponding classes that will hold the XML parsed XML elements. This package allows you to create your own classes that will represent the XML elements. For each possible tag that can be foud in the XML document, you need to define a custom class with the same name as the XML element tag