Download List

Descripción del Proyecto

jOOX stands for Java Object Oriented XML. It is a simple wrapper for the org.w3c.dom package to allow for fluent XML document creation and manipulation where DOM is required but too verbose. jOOX only wraps the underlying document and can be used to enhance DOM, not as an alternative. It is inspired by jOOQ and jQuery.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-01-28 07:57
1.0.0

Esta es la primera versión "oficial" de jOOX. XML todo estratégico. La API es ahora compatibles con jOOX. Estos incluyen: soporte para cálculo de referencias / unmarshalling JAXB anotado objetos; soporte para parámetros de XPath / variables; soporte para nombres de extensión de XPath / funciones previstas por http://exslt.org; soporte para transformación XSL; soporte para los selectores de estilo CSS para la navegación de XML.
This is the first "official" release of jOOX. All strategic XML. API's are now supported by jOOX. These include: support for marshalling / unmarshalling JAXB annotated objects; support for XPath parameters / variables; support for XPath extension namespace / functions as provided by http://exslt.org; support for XSL transformation; support for CSS-style selectors for XML navigation.

2012-01-19 07:02
0.9.4

Esta versión incorpora varias nuevas $ () métodos, así como soporte para JAXB aplanamiento / unmarshalling.
This release adds several new $() methods as well as support for JAXB marshalling / unmarshalling.

2011-10-03 01:27
0.9.3

Esta versión incorpora Match.andSelf(), Match.each(), Match.reverse() y Match.child(String) a la API. Esta versión también incluye algunas mejoras de rendimiento importantes.
This release adds Match.andSelf(), Match.each(), Match.reverse(), and Match.child(String) to the API. This release also ships with a few important performance improvements.

2011-08-19 15:01
0.9.2

La compatibilidad de XPath, conversión de tipos, y la firma de devolución de llamada más sofisticado y extensible método se han añadido. Más Javadoc se añadió en los filtros, es igual a (), hashCode (), $ (InputStream) y otros métodos de $ (fuente).
XPath support, type conversion, and more sophisticated and extensible callback method signatures were added. More Javadoc was added on Filters, equals(), hashCode(), $(InputStream) and other $(source) methods.

2011-08-15 12:32
0.9.1

Una API mejorada, joox el cambio de nombre () y $ () y X del partido. Muchos métodos de filtrado que permite de forma cómoda para los índices se han añadido.
An improved API, renaming joox() to $() and X to Match. Many methods allowing for conveniently filtering for indexes have been added.

Project Resources