06 August, 2012

jOOX 1.1.0


Developer:

Website:

License / Price:

Platforms:

Databases:

Language:

Last Updated:

Category:
Lukas Eder | More scripts
java.dzone.com
Apache License 

Windows / Linux / Mac OS / BSD / Solaris
N/A
Java
August 6th, 2012, 20:51 GMT [view history]
C: \ Development Tools \ XML Tools

jOOX is a fluent API for the XML language, inspired by jOOQ, a similar tool for SQL.

The library is actually a wrapper for the org.w3c.dom package.

Here are some key features of "jOOX":

· Create XML documents
· Access a XML doc

Limitations:

· Currently in beta development.

What's New in This Release: [ read full changelog ]

· Allow for converting date time types from .text(), .texts(), .attr(), .attrs()
· Add support for storing/streaming the underlying document back to a File, Stream, Writer
· Overload $ with JOOX.$(URL) and JOOX.$(URI) for convenience
· Add support for the DOM Document.renameNode() method -> Match.rename(String)
· Add Match.isNotEmpty() method
· Add Match convenience method to prevent errors when coding $($(match))
· Add JOOX.matchText(String), JOOX.matchTag(String) to allow for using regular expressions
· Add Match.matchText(String) and Match.matchTag(String)
· Add Match.leaf() to reduce matched elements to leaf elements
· Add Match.wrap() and unwrap() methods


Download button
Via: jOOX 1.1.0

0 Comment: