|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XQItem | |
---|---|
de.fraunhofer.ipsi.ipsixq.api.impl | |
javax.xml.xquery |
Uses of XQItem in de.fraunhofer.ipsi.ipsixq.api.impl |
---|
Classes in de.fraunhofer.ipsi.ipsixq.api.impl that implement XQItem | |
---|---|
class |
XQAbstractResultItem
|
class |
XQResultItemImpl
|
Methods in de.fraunhofer.ipsi.ipsixq.api.impl that return XQItem | |
---|---|
XQItem |
XQAbstractResultSequence.getCachedItem()
|
XQItem |
XQResultSequenceImpl.getItem()
|
XQItem |
XQAbstractResultSequence.getItem()
|
Methods in de.fraunhofer.ipsi.ipsixq.api.impl with parameters of type XQItem | |
---|---|
void |
XQAbstractExprCommons.bindContextItem(XQItem contextitem)
|
void |
XQAbstractConnection.bindContextItem(XQItem contextitem)
|
void |
XQAbstractExprCommons.bindItem(javax.xml.namespace.QName varname,
XQItem item)
|
void |
XQAbstractConnection.bindItem(javax.xml.namespace.QName varname,
XQItem item)
|
XQCachedItem |
XQAbstractDataFactory.createItem(XQItem item)
|
Uses of XQItem in javax.xml.xquery |
---|
Subinterfaces of XQItem in javax.xml.xquery | |
---|---|
interface |
XQCachedItem
|
interface |
XQResultItem
|
Methods in javax.xml.xquery that return XQItem | |
---|---|
XQItem |
XQCommonHandler.fromObject(java.lang.Object obj)
Converts an object from a specific object model to a standard XQItem object containable in a sequence, thus compatible with other operations involving items and sequences. |
XQItem |
XQSequence.getCachedItem()
Get the current item as an immutable cached item object. |
XQItem |
XQException.getErrorItem()
Returns the generic Item that is associated with this error message. |
XQItem |
XQSequence.getItem()
Get the current item as an immutable XQItem object. |
Methods in javax.xml.xquery with parameters of type XQItem | |
---|---|
void |
XQDynamicContext.bindContextItem(XQItem contextitem)
Binds an XQuery item object for context. |
void |
XQDynamicContext.bindItem(javax.xml.namespace.QName varname,
XQItem item)
Binds an item to this variable. |
XQCachedItem |
XQDataFactory.createItem(XQItem item)
Create a cached item from the item object. |
void |
XQCachedSequence.InsertItem(XQItem item)
Inserts the given item after the current position. |
void |
XQCachedSequence.replaceWithItem(XQItem item)
Replace the current item with the given item. |
Constructors in javax.xml.xquery with parameters of type XQItem | |
---|---|
XQException(int vendorCode,
XQItem item,
java.lang.String message,
int pos)
XQException taking in an item and a preformatted optional message string. |
|
XQException(int vendorCode,
XQItem item,
java.lang.String message,
int pos,
javax.xml.namespace.QName module,
javax.xml.namespace.QName function)
Constructor that takes in an item and the module and function names in which the error occurred. |
|
XQTypeException(int vendorCode,
XQItem item,
java.lang.String message,
int pos,
javax.xml.namespace.QName module,
javax.xml.namespace.QName function,
XQItemType exp,
XQItemType act)
Constructor that takes in the module and function names. |
|
XQTypeException(int vendorCode,
XQItem item,
java.lang.String message,
int pos,
XQItemType exp,
XQItemType act)
XQTypeException taking in an item and a preformatted optional message string. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |