|
API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of XItemView in com.ibm.xml.xapi |
---|
Subinterfaces of XItemView in com.ibm.xml.xapi | |
---|---|
interface |
XSequenceCursor
Represents a sequence of items providing cursor access to the items. |
interface |
XTreeCursor
Represents a node providing cursor access to the attributes and children of the node. |
Methods in com.ibm.xml.xapi that return XItemView | |
---|---|
XItemView |
XItemSource.getItem()
Get the XItemView associated with this source. |
XItemView |
XTreeCursor.getSingletonItem()
Get the current node as a singleton. |
XItemView |
XSequenceCursor.getSingletonItem()
Get the current item as a singleton. |
XItemView |
XItemView.getUnionValue()
Get the value inside the union as an XItemView. |
XItemView |
XItemFactory.item(BigDecimal value)
Create a new atomic item of type decimal. |
XItemView |
XItemFactory.item(BigDecimal value,
QName type)
Create a new atomic item. |
XItemView |
XItemFactory.item(BigInteger value)
Create a new atomic item of type integer. |
XItemView |
XItemFactory.item(BigInteger value,
QName type)
Create a new atomic item. |
XItemView |
XItemFactory.item(boolean value)
Create a new atomic item of type boolean. |
XItemView |
XItemFactory.item(boolean value,
QName type)
Create a new atomic item. |
XItemView |
XItemFactory.item(byte value)
Create a new atomic item of type byte. |
XItemView |
XItemFactory.item(byte[] value)
Create a new atomic item of type hexBinary. |
XItemView |
XItemFactory.item(byte[] value,
QName type)
Create a new atomic item. |
XItemView |
XItemFactory.item(byte value,
QName type)
Create a new atomic item. |
XItemView |
XItemFactory.item(double value)
Create a new atomic item of type double. |
XItemView |
XItemFactory.item(double value,
QName type)
Create a new atomic item. |
XItemView |
XItemFactory.item(Duration value)
Create a new atomic item of type duration. |
XItemView |
XItemFactory.item(Duration value,
QName type)
Create a new atomic item. |
XItemView |
XItemFactory.item(float value)
Create a new atomic item of type float. |
XItemView |
XItemFactory.item(float value,
QName type)
Create a new atomic item. |
XItemView |
XItemFactory.item(int value)
Create a new atomic item of type int. |
XItemView |
XItemFactory.item(int value,
QName type)
Create a new atomic item. |
XItemView |
XItemFactory.item(long value)
Create a new atomic item of type long. |
XItemView |
XItemFactory.item(long value,
QName type)
Create a new atomic item. |
XItemView |
XItemFactory.item(Node value)
Create a new item of complex type. |
XItemView |
XItemFactory.item(Object value,
QName type)
Create a new atomic item. |
XItemView |
XItemFactory.item(QName value)
Create a new atomic item of type QName. |
XItemView |
XItemFactory.item(QName value,
QName type)
Create a new atomic item. |
XItemView |
XItemFactory.item(short value)
Create a new atomic item of type short. |
XItemView |
XItemFactory.item(short value,
QName type)
Create a atomic new item. |
XItemView |
XItemFactory.item(Source value)
Create a new item of complex type. |
XItemView |
XItemFactory.item(String value)
Create a new atomic item of type string. |
XItemView |
XItemFactory.item(String value,
QName type)
Create a new atomic item. |
XItemView |
XItemFactory.item(XMLGregorianCalendar value)
Create a new atomic item of type dateTime. |
XItemView |
XItemFactory.item(XMLGregorianCalendar value,
QName type)
Create a new atomic item. |
Methods in com.ibm.xml.xapi that return types with arguments of type XItemView | |
---|---|
List<XItemView> |
XExecutable.executeToList()
Execute for no source. |
List<XItemView> |
XExecutable.executeToList(Source source)
Execute for the given source. |
List<XItemView> |
XExecutable.executeToList(Source source,
XDynamicContext dynamicContext)
Execute for the given source and dynamic context. |
List<XItemView> |
XExecutable.executeToList(XDynamicContext dynamicContext)
Execute for no source. |
List<XItemView> |
XExecutable.executeToList(XItemView item)
Execute for the given item. |
List<XItemView> |
XExecutable.executeToList(XItemView item,
XDynamicContext dynamicContext)
Execute for the given item and dynamic context. |
List<XItemView> |
XSequenceCursor.exportAsList()
Exports the sequence as a List . |
Methods in com.ibm.xml.xapi with parameters of type XItemView | |
---|---|
XSequenceCursor |
XSequenceCursor.append(XItemView item)
Create a new sequence cursor by appending the specified item to this sequence. |
void |
XDynamicContext.bind(QName name,
XItemView item)
Bind a single item value to a variable (XPath, XQuery) or a param (XSLT). |
XSequenceCursor |
XExecutable.execute(XItemView item)
Execute for the given item. |
void |
XSLTExecutable.execute(XItemView item,
Result result)
Execute for the given item, sending the output to the specified result. |
void |
XQueryExecutable.execute(XItemView item,
Result result)
Execute for the given item, sending the output to the specified result. |
XSequenceCursor |
XExecutable.execute(XItemView item,
XDynamicContext dynamicContext)
Execute for the given item and dynamic context. |
void |
XSLTExecutable.execute(XItemView item,
XDynamicContext dynamicContext,
Result result)
Execute for the given item and dynamic context, sending the output to the specified result. |
void |
XQueryExecutable.execute(XItemView item,
XDynamicContext dynamicContext,
Result result)
Execute for the given item and dynamic context, sending the output to the specified result. |
List<XItemView> |
XExecutable.executeToList(XItemView item)
Execute for the given item. |
List<XItemView> |
XExecutable.executeToList(XItemView item,
XDynamicContext dynamicContext)
Execute for the given item and dynamic context. |
boolean |
XNodeView.isSameDocument(XItemView item)
Indicates if the specified node and this node are in the same document. |
int |
XNodeView.relativePosition(XItemView item)
Returns -1, 0, or 1 to indicate if this node is before, the same or after the specified node. |
XSequenceCursor |
XItemFactory.sequence(XItemView[] items)
Create a new sequence. |
void |
XItemSource.setItem(XItemView item)
Set the XItemView . |
Constructors in com.ibm.xml.xapi with parameters of type XItemView | |
---|---|
XItemSource(XItemView item)
Create a new XItemSource for the given item. |
|
IBM Copyright 2004-2008 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |