|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface represents an item in the XDM.
| 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 com.ddtek.xquery3.XQItemAccessor |
getAtomicValue, getBoolean, getByte, getDouble, getFloat, getInt, getItemAsStream, getItemAsString, getItemType, getLong, getNode, getNodeUri, getObject, getObject, getShort, instanceOf, writeItem, writeItem, writeItemToResult, writeItemToSAX |
| Method Detail |
public 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 itempublic boolean isClosed()
boolean true if the item
is in a closed state, false otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||