|
info-dec.com
Pays:
| Inscrit le: 29 Oct 2006 |
| Messages: 174 |
| Localisation: France |
|
 |
| Posté le: Lun 21 Mai, 2007 10:46 |
|
 |
 |
 |
 |
JDOM est un API JAVA Open Source à base d'arbres qui permet de manipuler des fichiers XML. JDOM a été inventé par Brett McLaughlin et Jason Hunter en 2000.
L'API de JDOM propose les fonctionnalités suivantes :
- création de document XML
- lecture de fichiers XML à partir de fichiers, arbres DOM, flux SAX (en réalité, JDOM ne fournit qu'une représentation sous forme d'objets Java, mais ce n'est pas un analyseur syntaxique. Il en utilise un, comme Xerces par exemple, pour la lecture de flux XML)
- exportation d'arbre XMLJDOM sous la forme de fichier, arbre DOM, flux SAX
- transformation XSLT
- support de XPath 1.0 (à travers la brique logicielle Jaxen)
| Citation: | Sun Microsystems (Comment on the JSR-102 Approval Ballot)
In general we tend to prefer to avoid adding new APIs to the Java platform which replicate the functionality of existing APIs.
However JDOM does appear to be significantly easier to use than the earlier APIs, so we believe it will be a useful addition to the platform. |
Pour télécharger JDOM, il faut aller ici: http://www.jdom.org/downloads/index.html
Ici, on trouve la Java doc de JDOM: http://www.jdom.org/docs/apidocs/index.html
|
|
|