Java XQuery Object Model

F

Felix Naumann

Hi,

I am looking for a Java API to represent/generate XQueries.
I would imagine it has a class XQuery.java and other classes such as
FLWR.java, ORDER.java etc. and one should be able to add expressions and
subexpressions to parts of the XQuery.

The XQuery.toString() should then spit out a valid XQuery.

Note: I am not looking for an XQuery execution engine!

Thanks,
Felix
 
K

Kenneth Stephen

Felix Naumann said:
Hi,

I am looking for a Java API to represent/generate XQueries.
I would imagine it has a class XQuery.java and other classes such as
FLWR.java, ORDER.java etc. and one should be able to add expressions and
subexpressions to parts of the XQuery.

The XQuery.toString() should then spit out a valid XQuery.

Note: I am not looking for an XQuery execution engine!
Hi,

If you dont want an execution engine, then why do you need Java? Wouldnt
XSLT work for you?

Regards,
Kenneth
 
F

Felix Naumann

Hi,
If you dont want an execution engine, then why do you need Java? Wouldnt
XSLT work for you?

We would like to create and represent XQueries as Java Objects from
within another Java program. XSLT is not an option here.

Felix
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,997
Messages
2,570,239
Members
46,827
Latest member
DMUK_Beginner

Latest Threads

Top