public interface XQSequence extends XQItemAccessor
| Modifier and Type | Method and Description |
|---|---|
boolean |
absolute(int itempos) |
void |
afterLast() |
void |
beforeFirst() |
void |
close() |
int |
count() |
boolean |
first() |
XQItem |
getItem() |
int |
getPosition() |
javax.xml.stream.XMLStreamReader |
getSequenceAsStream() |
java.lang.String |
getSequenceAsString(java.util.Properties props) |
boolean |
isAfterLast() |
boolean |
isBeforeFirst() |
boolean |
isClosed() |
boolean |
isFirst() |
boolean |
isLast() |
boolean |
isOnItem() |
boolean |
isScrollable() |
boolean |
last() |
boolean |
next() |
boolean |
previous() |
boolean |
relative(int itempos) |
void |
writeSequence(java.io.OutputStream os,
java.util.Properties props) |
void |
writeSequence(java.io.Writer ow,
java.util.Properties props) |
void |
writeSequenceToSAX(org.xml.sax.ContentHandler saxhdlr) |
getAtomicValue, getBoolean, getByte, getDouble, getFloat, getInt, getItemAsStream, getItemAsString, getItemType, getLong, getNode, getNodeUri, getObject, getObject, getShort, instanceOf, writeItem, writeItem, writeItemToSAXboolean absolute(int itempos)
throws XQException
XQExceptionvoid afterLast()
throws XQException
XQExceptionvoid beforeFirst()
throws XQException
XQExceptionvoid close()
throws XQException
XQExceptionint count() throws XQException
XQExceptionboolean first()
throws XQException
XQExceptionXQItem getItem() throws XQException
XQExceptionint getPosition()
throws XQException
XQExceptionjavax.xml.stream.XMLStreamReader getSequenceAsStream()
throws XQException
XQExceptionjava.lang.String getSequenceAsString(java.util.Properties props)
throws XQException
XQExceptionboolean isAfterLast()
throws XQException
XQExceptionboolean isBeforeFirst()
throws XQException
XQExceptionboolean isClosed()
boolean isFirst()
throws XQException
XQExceptionboolean isLast()
throws XQException
XQExceptionboolean isOnItem()
throws XQException
XQExceptionboolean isScrollable()
throws XQException
XQExceptionboolean last()
throws XQException
XQExceptionboolean next()
throws XQException
XQExceptionboolean previous()
throws XQException
XQExceptionboolean relative(int itempos)
throws XQException
XQExceptionvoid writeSequence(java.io.OutputStream os,
java.util.Properties props)
throws XQException
XQExceptionvoid writeSequence(java.io.Writer ow,
java.util.Properties props)
throws XQException
XQExceptionvoid writeSequenceToSAX(org.xml.sax.ContentHandler saxhdlr)
throws XQException
XQException