diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2006-12-26 15:36:13 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2006-12-26 15:36:13 +0000 |
commit | 38c41a4ca61c89d1646cc5cee778b1cbd115d8ed (patch) | |
tree | 7c115c1f3b15fd12cf5a7c14fc17f8bf523342a8 /dev-java/xml-xmlbeans/metadata.xml | |
parent | Stable on sparc wrt #159124 (diff) | |
download | historical-38c41a4ca61c89d1646cc5cee778b1cbd115d8ed.tar.gz historical-38c41a4ca61c89d1646cc5cee778b1cbd115d8ed.tar.bz2 historical-38c41a4ca61c89d1646cc5cee778b1cbd115d8ed.zip |
Migrated to generation 2.
Package-Manager: portage-2.1.2_rc4-r1
Diffstat (limited to 'dev-java/xml-xmlbeans/metadata.xml')
-rw-r--r-- | dev-java/xml-xmlbeans/metadata.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/dev-java/xml-xmlbeans/metadata.xml b/dev-java/xml-xmlbeans/metadata.xml index 896ad614b2db..3f89838776b7 100644 --- a/dev-java/xml-xmlbeans/metadata.xml +++ b/dev-java/xml-xmlbeans/metadata.xml @@ -6,17 +6,17 @@ <longdescription> -XMLBeans is a tool that allows you to access the full power of XML in a Java -friendly way. It is an XML-Java binding tool. The idea is that you can take -advantage the richness and features of XML and XML Schema and have these -features mapped as naturally as possible to the equivalent Java language and -typing constructs. XMLBeans uses XML Schema to compile Java interfaces and -classes that you can then use to access and modify XML instance data. Using -XMLBeans is similar to using any other Java interface/class, you will see things -like getFoo or setFoo just as you would expect when working with Java. While a -major use of XMLBeans is to access your XML instance data with strongly typed -Java classes there are also API's that allow you access to the full XML infoset -(XMLBeans keeps full XML Infoset fidelity) as well as to allow you to reflect +XMLBeans is a tool that allows you to access the full power of XML in a Java +friendly way. It is an XML-Java binding tool. The idea is that you can take +advantage the richness and features of XML and XML Schema and have these +features mapped as naturally as possible to the equivalent Java language and +typing constructs. XMLBeans uses XML Schema to compile Java interfaces and +classes that you can then use to access and modify XML instance data. Using +XMLBeans is similar to using any other Java interface/class, you will see things +like getFoo or setFoo just as you would expect when working with Java. While a +major use of XMLBeans is to access your XML instance data with strongly typed +Java classes there are also API's that allow you access to the full XML infoset +(XMLBeans keeps full XML Infoset fidelity) as well as to allow you to reflect into the XML schema itself through an XML Schema Object model. </longdescription> |