Download List

Projeto Descrição

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 é a primeira versão "oficial" do jOOX. XML todos estratégica. Agora há suporte para API jOOX. Estes incluem: suporte para empacotamento / Desempacotando JAXB anotados objetos; suporte para parâmetros de XPath / variáveis; suporte para namespace de extensão XPath / functions conforme fornecido pelo http://exslt.org; suporte para transformação em XSL; suporte para seletores de estilo CSS para navegação 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 versão acrescenta vários novos $ () métodos bem como suporte para JAXB Empacotamentos / Desempacotando.
This release adds several new $() methods as well as support for JAXB marshalling / unmarshalling.

2011-10-03 01:27
0.9.3

Esta versão adiciona Match.andSelf(), Match.each(), Match.reverse() e Match.child(String) para a API. Esta versão também vem com algumas melhorias de desempenho importante.
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

XPath apoio, a conversão de tipo, e assinaturas de métodos mais sofisticados e extensível callback foram adicionados. Mais Javadoc foi adicionado em Filtros, equals (), hashCode (), $ (InputStream) e outros métodos $ (fonte).
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

Uma API melhorada, Joox renomear () para $ () e X Match. Muitos métodos permitindo a filtragem convenientemente para os índices foram adicionados.
An improved API, renaming joox() to $() and X to Match. Many methods allowing for conveniently filtering for indexes have been added.

Project Resources