|
API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of XSequenceCursor in com.ibm.xml.xapi |
|---|
| Methods in com.ibm.xml.xapi that return XSequenceCursor | |
|---|---|
XSequenceCursor |
XSequenceCursor.append(XItemView item)
Create a new sequence cursor by appending the specified item to this sequence. |
XSequenceCursor |
XSequenceCursor.append(XSequenceCursor sequence)
Create a new sequence cursor by appending the items in the specified sequence to this sequence. |
XSequenceCursor |
XExecutable.execute()
Execute for no source. |
XSequenceCursor |
XExecutable.execute(javax.xml.transform.Source source)
Execute for the given source. |
XSequenceCursor |
XExecutable.execute(javax.xml.transform.Source source,
XDynamicContext dynamicContext)
Execute for the given source and dynamic context. |
XSequenceCursor |
XExecutable.execute(XDynamicContext dynamicContext)
Execute for no source. |
XSequenceCursor |
XExecutable.execute(XItemView item)
Execute for the given item. |
XSequenceCursor |
XExecutable.execute(XItemView item,
XDynamicContext dynamicContext)
Execute for the given item and dynamic context. |
XSequenceCursor |
XCollectionResolver.getCollection(java.lang.String uri,
java.lang.String base)
Get the collection for the given URI and base. |
XSequenceCursor |
XItemView.getListValue()
Get the list of values as an XSequenceCursor. |
XSequenceCursor |
XSequenceCursorResult.getSequenceCursor()
Get the XSequenceCursor associated with this result. |
XSequenceCursor |
XItemFactory.sequence(java.math.BigDecimal[] values)
Create a new sequence of decimal items. |
XSequenceCursor |
XItemFactory.sequence(java.math.BigDecimal[] values,
javax.xml.namespace.QName type)
Create a new sequence. |
XSequenceCursor |
XItemFactory.sequence(java.math.BigInteger[] values)
Create a new sequence of integer items. |
XSequenceCursor |
XItemFactory.sequence(java.math.BigInteger[] values,
javax.xml.namespace.QName type)
Create a new sequence. |
XSequenceCursor |
XItemFactory.sequence(boolean[] values)
Create a new sequence of boolean items. |
XSequenceCursor |
XItemFactory.sequence(boolean[] values,
javax.xml.namespace.QName type)
Create a new sequence. |
XSequenceCursor |
XItemFactory.sequence(byte[] values)
Create a new sequence of byte items. |
XSequenceCursor |
XItemFactory.sequence(byte[][] values)
Create a new sequence of hexBinary items. |
XSequenceCursor |
XItemFactory.sequence(byte[][] values,
javax.xml.namespace.QName type)
Create a new sequence. |
XSequenceCursor |
XItemFactory.sequence(byte[] values,
javax.xml.namespace.QName type)
Create a new sequence. |
XSequenceCursor |
XItemFactory.sequence(double[] values)
Create a new sequence of double items. |
XSequenceCursor |
XItemFactory.sequence(double[] values,
javax.xml.namespace.QName type)
Create a new sequence. |
XSequenceCursor |
XItemFactory.sequence(javax.xml.datatype.Duration[] values)
Create a new sequence of duration items. |
XSequenceCursor |
XItemFactory.sequence(javax.xml.datatype.Duration[] values,
javax.xml.namespace.QName type)
Create a new sequence. |
XSequenceCursor |
XItemFactory.sequence(float[] values)
Create a new sequence of float items. |
XSequenceCursor |
XItemFactory.sequence(float[] values,
javax.xml.namespace.QName type)
Create a new sequence. |
XSequenceCursor |
XItemFactory.sequence(int[] values)
Create a new sequence of int items. |
XSequenceCursor |
XItemFactory.sequence(int[] values,
javax.xml.namespace.QName type)
Create a new sequence. |
XSequenceCursor |
XItemFactory.sequence(long[] values)
Create a new sequence of long items. |
XSequenceCursor |
XItemFactory.sequence(long[] values,
javax.xml.namespace.QName type)
Create a new sequence. |
XSequenceCursor |
XItemFactory.sequence(org.w3c.dom.NodeList list)
Create a new sequence from a NodeList. |
XSequenceCursor |
XItemFactory.sequence(java.lang.Object[] values,
javax.xml.namespace.QName type)
Create a new sequence. |
XSequenceCursor |
XItemFactory.sequence(javax.xml.namespace.QName[] values)
Create a new sequence of QName items. |
XSequenceCursor |
XItemFactory.sequence(javax.xml.namespace.QName[] values,
javax.xml.namespace.QName type)
Create a new sequence. |
XSequenceCursor |
XItemFactory.sequence(short[] values)
Create a new sequence of short items. |
XSequenceCursor |
XItemFactory.sequence(short[] values,
javax.xml.namespace.QName type)
Create a new sequence. |
XSequenceCursor |
XItemFactory.sequence(java.lang.String[] values)
Create a new sequence of string items. |
XSequenceCursor |
XItemFactory.sequence(java.lang.String[] values,
javax.xml.namespace.QName type)
Create a new sequence. |
XSequenceCursor |
XItemFactory.sequence(XItemView[] items)
Create a new sequence. |
XSequenceCursor |
XItemFactory.sequence(javax.xml.datatype.XMLGregorianCalendar[] values)
Create a new sequence of dateTime items. |
XSequenceCursor |
XItemFactory.sequence(javax.xml.datatype.XMLGregorianCalendar[] values,
javax.xml.namespace.QName type)
Create a new sequence. |
| Methods in com.ibm.xml.xapi with parameters of type XSequenceCursor | |
|---|---|
XSequenceCursor |
XSequenceCursor.append(XSequenceCursor sequence)
Create a new sequence cursor by appending the items in the specified sequence to this sequence. |
void |
XDynamicContext.bindSequence(javax.xml.namespace.QName name,
XSequenceCursor sequence)
Bind a sequence value to a variable (XPath, XQuery) or a param (XSLT). |
void |
XMessageHandler.report(XMessageHandler.MsgType level,
java.lang.String message,
XSourceLocation location,
java.lang.Throwable cause,
XSequenceCursor errorItems)
This method will be called when an info, warning or error condition occurs. |
void |
XSequenceCursorResult.setSequenceCursor(XSequenceCursor sequence)
Set the XSequenceCursor. |
|
IBM Copyright 2004-2008 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||