| 
Oracle® Database XML Java API Reference 12c Release 1 (12.1) E15981-09  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface XQItem
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 javax.xml.xquery.XQItemAccessor | 
|---|
getAtomicValue, getBoolean, getByte, getDouble, getFloat, getInt, getItemAsStream, getItemAsString, getItemType, getLong, getNode, getNodeUri, getObject, getShort, instanceOf, writeItem, writeItem, writeItemToResult, writeItemToSAX | 
| Method Detail | 
|---|
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 otherwise
  | 
Oracle® Database XML Java API Reference 12c Release 1 (12.1) E15981-09  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2003, 2014, Oracle and/or its affiliates. All rights reserved.