Paketname | libxmlbeans-java |
Beschreibung | Java library for accessing XML by binding it to Java types |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 2.5.0-3 |
Sektion | java |
Priorität | optional |
Installierte Größe | 2816 Byte |
Hängt ab von | default-jre-headless | java2-runtime-headless, libxml-commons-resolver1.1-java |
Empfohlene Pakete | |
Paketbetreuer | Debian Java Maintainers |
Quelle | xmlbeans |
Paketgröße | 2332958 Byte |
Prüfsumme MD5 | 872d388c839bf0c6d77aa2e71fc07f7a |
Prüfsumme SHA1 | 373eed63493f836c1c57f24e7127bc79b69d148e |
Prüfsumme SHA256 | 1b2e3f194fbba28daf09b99468e63f2ba71d9fbdaf049bb469c9306c59b5a7b4 |
Link zum Herunterladen | libxmlbeans-java_2.5.0-3_all.deb |
Ausführliche Beschreibung | XMLBeans is a technology for accessing XML by binding it to Java types.
.
XMLBeans provides several ways to get at the XML, including:
* Through XML schema that has been compiled to generate Java types that
represent schema types. In this way, you can access instances of the
schema through JavaBeans-style accessors after the fashion of "getFoo"
and "setFoo". The XMLBeans API also allows you to reflect into the XML
schema itself through an XML Schema Object model.
* A cursor model through which you can traverse the full XML infoset.
* Support for XML DOM.
|