javax.xml.xquery
Interface XQResultItem

All Superinterfaces:
XQItem, XQItemAccessor
All Known Implementing Classes:
XQAbstractResultItem, XQResultItemImpl

public interface XQResultItem
extends XQItem

Author:
Michael Stark

Method Summary
 void clearWarnings()
          Clears the list of warnings associated with this result item.
 XQConnection getConnection()
          Gets the XQuery Connection associated with this result item.
 XQWarning getWarnings()
          Gets the first warning in the list of warnings associated with this result item.
 
Methods inherited from interface javax.xml.xquery.XQItem
close, isClosed
 
Methods inherited from interface javax.xml.xquery.XQItemAccessor
getCalendar, getDouble, getInt, getItemType, getLexicalValue, getLong, getNode, getNodeUri, getObject, getObject, getString, getXMLStreamReader, instanceOf, writeSAX, writeXMLStream
 

Method Detail

clearWarnings

void clearWarnings()
Clears the list of warnings associated with this result item.


getConnection

XQConnection getConnection()
                           throws XQException
Gets the XQuery Connection associated with this result item.

Throws:
XQException

getWarnings

XQWarning getWarnings()
                      throws XQException
Gets the first warning in the list of warnings associated with this result item.

Throws:
XQException