public interface XQItem extends XQItemAccessor
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the item and release all the resources associated with this item.
|
boolean |
isClosed()
Checks if the item is closed.
|
getAtomicValue, getBoolean, getByte, getDouble, getFloat, getInt, getItemAsStream, getItemAsString, getItemType, getLong, getNode, getNodeUri, getObject, getShort, instanceOf, writeItem, writeItem, writeItemToResult, writeItemToSAX
void close() throws XQException
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.XQException
- if there is an error during closing the itemboolean isClosed()
boolean
true
if the item
is in a closed state, false
otherwiseCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.