Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: an XQuery API for Java

From: Burak Emir <Burak.Emir@----.-->
To: Michael Kay <michael.h.kay@--------.--->
Date: 7/6/2004 1:06:00 PM
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


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent