What Is Apache XMLBeans

Q

What is Apache XMLBeans?

✍: .fyicenter.com

A

Apache XMLBeans is Java library 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.

Releases of Apache XMLBeans Java library:

XMLBeans   2.6.0   2012-08-14  
XMLBeans   2.5.0   2009-12-20  
XMLBeans   2.4.0   2008-07-08  
XMLBeans   2.3.0   2007-05-30  
XMLBeans   2.2.0   2006-06-24  
XMLBeans   2.1.0   2005-11-08  
XMLBeans   2.0.0   2005-06-28  
XMLBeans   1.0.4   2005-02-23  

For more information on Apache XMLBeans, see Apache XMLBeans Website.

 

Donwload Apache XMLBeans-2.6.0.zip

Download and Review Apache XMLBeans JAR Library

Download and Review Apache XMLBeans JAR Library

⇑⇑ FAQ for Apache XMLBeans JAR Library

2011-07-05, 5135🔥, 0💬