javax.xml.xquery
public interface XQItem extends XQItemAccessor
Method Summary | |
---|---|
void | close()
Close the item and release all the resources associated with this item.
|
boolean | isClosed()
Checks if the item is closed.
|
isClosed
or close
method
may be called once the item is closed.
Calling close on an XQItem
object that is already closed has
no effect.
Throws: XQException if there is an error during closing the item
Returns: boolean
true
if the item
is in a closed state, false
otherwise