Manipulate standard org.w3c.dom.Document

12 views
Skip to first unread message

Lukas Eder

unread,
Aug 9, 2011, 8:44:18 AM8/9/11
to xmltool
Hello,

I have found your library looking for a fluent API similar to that of
jRTF:

http://code.google.com/p/jrtf/

Yours looks quite nice. However, I'm not sure if internally, you
operate on a org.w3c.dom.Document, which is my main requirement. I'd
like to wrap existing org.w3c.dom.Documents with some fluent API in
order to manipulate them. But in the end, they should still be
org.w3c.dom.Documents, not proprietary ones. Does your library support
that?

Cheers
Lukas

Mathieu

unread,
Aug 9, 2011, 10:36:59 AM8/9/11
to xmltool
Hi,

Yes this is a wrapper around the JDK API classes, so this is the
Document object provided with the JDK. No dependency on other
libraries like dom4j or else.

Mathieu.

Lukas Eder

unread,
Aug 10, 2011, 3:53:27 AM8/10/11
to xmltool
Thank you Mathieu,

In the mean time, I have thought of rolling my own API, that mimicks
that of jQuery in JavaScript. jQuery is one of the most awesome
simplifications of a powerful concept. I really feel this is missing
in Java.

Here's the project:
http://code.google.com/p/joox/

When I advance a bit further, maybe we can exchange some ideas...?

Cheers
Lukas
Reply all
Reply to author
Forward
0 new messages