I have a question regarding efficiency in the xqresultsequence in the XQJ API. I've found no documentation on how this object is actually represented. Does anyone know if it is faster to request the result as a string (getItemAsString(null)) or as a DOM node (getNode())?

Any info is appreciated. Thanks.

-tjw