
|
|
|
|
Home / Computers / Programming / Languages / Java / XML / Class Libraries / Parsers
|
|
|
|
Web Sites
|
- AElfred and SAX - Small-footprint Java-based XML parsers by Microstar. [Freeware]
www.opentext.com/services/content_management_services/xml_sgml_solutions.html#aelfred_and_sax
- IBM Alphaworks XML parser for Java - A validating XML parser for Java. [Freeware]
www.alphaworks.ibm.com/tech/xml4j
- JDOM - Parses, manipulates, and outputs XML using standard Java constructs. API is similar to DOM, but easier to use. [Open Source, BSD-like]
www.jdom.org
- kXML2 - An XML pull parser and writer suitable for all Java platforms including the Java 2 Micro Edition (CLDC/MIDP/CDC). Because of its small footprint size, it is especially suited for Applets or Java appications running on mobile devices like Palm Pilots or MIDP enabled cell phones. [Open source, LGPL]
www.kxml.org
- MinML - A small (~10Kb) Java XML parser. It accepts a subset of XML (it reads and ignores DTDs and does not support mixed content) [Open Source, BSD-like].
www.wilson.co.uk/xml/minml.htm
- Piccolo XML Parser for Java - Fast non-validating XML parser for Java supporting SAX 1, SAX 2.0.1, and JAXP 1.1. [Open Source, LGPL]
piccolo.sourceforge.net
- Resin XML - An XML parser which has SAX and DOM interfaces and XPath support. This is part of the open source Resin servlet engine.
www.caucho.com/products/resin-xml/index.xtp
- Xerces Java - Advanced XML parser, including support for XML Schema, DOM Level 2, and SAX version 2. [Open Source, BSD-like]
xml.apache.org/xerces-j/index.html
- Xineo OO Parser - A Java package offering an alternative to traditional methods for XML documents parsing. It allows large XML documents and streams to be parsed efficiently, while offering a convenient way to handle parsed data in an object-oriented way, allowing clean design and encouraging code-reuse. [Open source, LGPL]
xineo.sourceforge.net
- XML Pull Parser - A fast parser using a pull-based approach instead of SAX. It does not read DTDs and is optimized for small documents like SOAP. [Open Source, BSD-like]
www.extreme.indiana.edu/xgws/xsoap/xpp
- XP - Non-validating XML parser. [Open Source, BSD-like]
www.jclark.com/xml/xp/index.html
|
|
|
|
|