JDOM is an open source library for working with a Java representation of an XML document. JDOM provides a way to represent that document for easy and efficient reading, manipulation, and writing. It has a straightforward API, is a lightweight and fast, and is optimized for the Java programmer.
Tuesday, March 19, 2013
Monday, March 18, 2013
StAX - Streaming API for XML
ADMIN
7:53 PM
StAX stands for Streaming API for XML. It's a streaming Java-based, event-driven, pull-parsing API for reading and writing XML documents.
Labels:
eclipse,
GUI,
java,
Java Developer Tools,
WindowBuilder