Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


RE: an XQuery API for Java

From: "Michael Kay" <michael.h.kay@--------.--->
To: "'Burak Emir'" <Burak.Emir@----.-->
Date: 7/5/2004 4:28:00 PM
> Why don't you just return a string - I have been told it has very 
> pragmatic benefits ;->

It's very easy for users to construct strings, it's much harder to parse
them.

> More seriously, why don't you return an net.sf.saxon.om.NodeInfo or 
> SequenceIterator and let the caller make a wrapper if he wants to?

That's one of the options available (the result is in general a sequence of
items, each item being an atomic value or node, and the most basic
representation of this is as a SequenceIterator returning a sequence of Item
objects, whose subclasses are AtomicValue and NodeInfo).

But if the result of the query is a document and you want to serialize it,
or deliver it as a stream of SAX events, then there's no need to materialize
the result document as a tree in memory, so sending the result to a JAXP
Result object is a useful alternative. (This is something that XQJ is
missing at the moment. There may be a reason for this in terms of expected
usage patterns: whereas with XSLT the result tree is often much bigger than
the source, people may be expecting XQuery results to be small compared with
the source.)

Michael Kay


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