javax.xml.xquery
Interface XQItem

All Superinterfaces:
XQItemAccessor
All Known Subinterfaces:
XQCachedItem, XQResultItem
All Known Implementing Classes:
XQAbstractResultItem, XQResultItemImpl

public interface XQItem
extends XQItemAccessor

Author:
Michael Stark

Method Summary
 void close()
          Close the item and release all the resources associated with this item.
 boolean isClosed()
          Checks if the item is closed.
 
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

close

void close()
           throws XQException
Close the item and release all the resources associated with this item.

Throws:
XQException

isClosed

boolean isClosed()
Checks if the item is closed.