logo.png

Tests
Log
Gui
In/Out

UDP sockets
XML configuration
JAIDA data analysis

Home Up


Contents


We use the JDOM library in order to parse the XML files.

JDOM is an open source Java-based document object model for XML that was designed specifically for the 
Java platform so that it can take advantage of its language features. 
JDOM integrates with Document Object Model (DOM) and Simple API for XML (SAX), supports XPath and XSLT.


1 Include

import org.jdom.input.*;
import org.jdom.*;
import org.jdom.xpath.*;

Comments: we add the jdom.jar and the jaxen.jar files to the environment.

Home Up

This document is also available in PDF and PostScript format.



2016-02-15