|
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(java.math.BigDecimal value)
Create a new atomic item of type decimal. |
XItemView |
XItemFactory.item(java.math.BigDecimal value,
javax.xml.namespace.QName type)
Create a new atomic item. |
XItemView |
XItemFactory.item(java.math.BigInteger value)
Create a new atomic item of type integer. |
XItemView |
XItemFactory.item(java.math.BigInteger value,
javax.xml.namespace.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,
javax.xml.namespace.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,
javax.xml.namespace.QName type)
Create a new atomic item. |
XItemView |
XItemFactory.item(byte value,
javax.xml.namespace.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,
javax.xml.namespace.QName type)
Create a new atomic item. |
XItemView |
XItemFactory.item(javax.xml.datatype.Duration value)
Create a new atomic item of type duration. |
XItemView |
XItemFactory.item(javax.xml.datatype.Duration value,
javax.xml.namespace.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,
javax.xml.namespace.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,
javax.xml.namespace.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,
javax.xml.namespace.QName type)
Create a new atomic item. |
XItemView |
XItemFactory.item(org.w3c.dom.Node value)
Create a new item of complex type. |
XItemView |
XItemFactory.item(java.lang.Object value,
javax.xml.namespace.QName type)
Create a new atomic item. |
XItemView |
XItemFactory.item(javax.xml.namespace.QName value)
Create a new atomic item of type QName. |
XItemView |
XItemFactory.item(javax.xml.namespace.QName value,
javax.xml.namespace.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,
javax.xml.namespace.QName type)
Create a atomic new item. |
XItemView |
XItemFactory.item(javax.xml.transform.Source value)
Create a new item of complex type. |
XItemView |
XItemFactory.item(java.lang.String value)
Create a new atomic item of type string. |
XItemView |
XItemFactory.item(java.lang.String value,
javax.xml.namespace.QName type)
Create a new atomic item. |
XItemView |
XItemFactory.item(javax.xml.datatype.XMLGregorianCalendar value)
Create a new atomic item of type dateTime. |
XItemView |
XItemFactory.item(javax.xml.datatype.XMLGregorianCalendar value,
javax.xml.namespace.QName type)
Create a new atomic item. |
| Methods in com.ibm.xml.xapi that return types with arguments of type XItemView | |
|---|---|
java.util.List<XItemView> |
XExecutable.executeToList()
Execute for no source. |
java.util.List<XItemView> |
XExecutable.executeToList(javax.xml.transform.Source source)
Execute for the given source. |
java.util.List<XItemView> |
XExecutable.executeToList(javax.xml.transform.Source source,
XDynamicContext dynamicContext)
Execute for the given source and dynamic context. |
java.util.List<XItemView> |
XExecutable.executeToList(XDynamicContext dynamicContext)
Execute for no source. |
java.util.List<XItemView> |
XExecutable.executeToList(XItemView item)
Execute for the given item. |
java.util.List<XItemView> |
XExecutable.executeToList(XItemView item,
XDynamicContext dynamicContext)
Execute for the given item and dynamic context. |
java.util.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(javax.xml.namespace.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,
javax.xml.transform.Result result)
Execute for the given item, sending the output to the specified result. |
void |
XQueryExecutable.execute(XItemView item,
javax.xml.transform.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,
javax.xml.transform.Result result)
Execute for the given item and dynamic context, sending the output to the specified result. |
void |
XQueryExecutable.execute(XItemView item,
XDynamicContext dynamicContext,
javax.xml.transform.Result result)
Execute for the given item and dynamic context, sending the output to the specified result. |
java.util.List<XItemView> |
XExecutable.executeToList(XItemView item)
Execute for the given item. |
java.util.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 | ||||||||||