Handling XML datas with JAVA and JDOM
[40 mn de lecture - paru le 3/20/2004 3:57:06 PM - Public : Confirmé]
|
   
|
Auteur
Summary
You will learn in this article how to handle XML datas with Java and the JDOM
API.
We will study the possibilities of this api thanks to simple examples.
We will learn how to create a simple XML file, to traverse its tree structure,
to modify its contents.
Abstract
Introduction
1. Origins of JDOM
1.1. Description of SAX
1.2. Description of DOM
1.3. Why JDOM is ?
2. Make a XML file with JDOM
2.1. Import the JDOM API
2.2. Make a simple tree structure
2.3. Display and save XML data
3. Listing a XML file
3.1. Parsing a XML file
3.2. Traversing a tree structure
3.3. Filtering elements
4. Modify a JDOM tree structure
4.1. Modify its elements
4.2. Transform JDOM
4.2.1. DOM to JDOM and reverse
4.2.2. JDOM and XSLT
Conclusion
|