net.sf.saxon.javax.xml.xquery

Interface XQResultItem

All Superinterfaces:
XQItem, XQItemAccessor
Known Implementing Classes:
SaxonXQItem

public interface XQResultItem
extends XQItem, XQItemAccessor

XQJ interfaces reconstructed from version 0.9 documentation

Method Summary

XQConnection
getConnection()

Methods inherited from interface net.sf.saxon.javax.xml.xquery.XQItem

close, isClosed

Methods inherited from interface net.sf.saxon.javax.xml.xquery.XQItemAccessor

getAtomicValue, getBoolean, getByte, getDouble, getFloat, getInt, getItemAsStream, getItemAsString, getItemType, getLong, getNode, getNodeUri, getObject, getShort, instanceOf, writeItem, writeItem, writeItemToResult, writeItemToSAX

Method Details

getConnection

public XQConnection getConnection()
            throws XQException