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.
Showing posts with label XML. Show all posts
Showing posts with label XML. Show all posts
Tuesday, April 2, 2013
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.