NunniMJAX is a Java, non validating XML parser. its APIs and functioning are very similar to SAX. That means that if you're familiar with SAX it will be straitforward to start using it.
NunniMJAX has been built using an Open Source FSM (Finite State Machine) generator, namely NunniFSMGen, available at nunnifsmgen.nunnisoft.ch
NunniMJAX is not and will never be a competitor of xerces nor crimson. In fact, the aim of NunniMJAX is to be a lightweight (at present less than 30KB), fast and reliable XML parser to be used in environment with limited resources (applets, mobiles, etc..). NunniMJAX don't validate nor entity expansion.. but it strives to verify that the document is well-formed.
NunniMJAX is free software (LGPL), but, if you use and find it useful, please consider making a donation. Even if small, it would help!
其他Java XML解析器 开源项目资源: