[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: an XQuery API for Java


xquery using java
Michael Kay wrote:

>>Does the use of SequenceIterator imply that the result is 
>>materialized 
>>in memory, excluding delayed execution ?
>>Couldn't there be an implementation of the interface that just defers 
>>execution ?
>>    
>>
>
>The list underpinning the SequenceIterator isn't materialized, but if there
>are nodes in the sequence, then the trees rooted at these nodes are
>materialized. It's possible in theory of course to have a Node
>implementation that does deferred materialization, but Saxon doesn't do this
>currently.
>
>  
>
>>For document transformations, I think a JAXP result does not 
>>help much 
>>either - because if I understood it correctly, it can only be 
>>used for 
>>the "last step" - you cannot run queries or transformations.
>>    
>>
>
>Actually, one of the nice features of the JAXP interface (which appears not
>to have been studied closely by the XQJ designers) is the way it allows
>transformations to be pipelined.
>  
>
It is consistent with what you can do with queries in JDBC - even though 
every database system allows you to query the results of a query, in 
JDBC something like this is not considered useful - it's a kind of 
"design schizophrenia".

BTW, does JAXP make use of http://www.w3.org/TR/xml-pipeline/ (same 
question for Saxon) ? It must be pretty straightforward to put the name 
of a class in the "definition" attribute of the processdef element and 
then instantiate the transformers using Java's reflection mechanism.

It seems the same mechanism could apply to XQuery, if one replaces 
"Transformers" by subclasses of "XQueryExpression".

>In XSLT of course the question of how a stylesheet is supplied to the
>interface has an obvious answer: it is supplied as an XML document, using
>any representation of an XML document that one chooses.
>
>  
>
... and since XML is structured (not only by tags but also by 
namespaces), this allow to do a whole range of things that you cannot do 
on strings.

But it seems that XQueryX is not a very lean "tagification" of the 
non-XML XQuery syntax, using too many elements and too little 
attributes. And most of all, people do not seem to be used to dealing 
with computational objects like queries and stylesheets in programming 
languages.

cheers,
Burak

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.