资 源 简 介
This project parses XML to a List object. This list contains a new type, called XmlTag, that holds the tag name, the enclosed tags, a map of attributes, and a list of more XmlTags. The XmlTag class also contains functions that will select all, or the first, XmlTags with the same tag name.
This Parser can parse approx. 1 MB/s (using android emulator API 8, while in debug mode)