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, writeItemToSAX
boolean absolute(int itempos) throws XQException
XQException
void afterLast() throws XQException
XQException
void beforeFirst() throws XQException
XQException
void close() throws XQException
XQException
int count() throws XQException
XQException
boolean first() throws XQException
XQException
XQItem getItem() throws XQException
XQException
int getPosition() throws XQException
XQException
javax.xml.stream.XMLStreamReader getSequenceAsStream() throws XQException
XQException
java.lang.String getSequenceAsString(java.util.Properties props) throws XQException
XQException
boolean isAfterLast() throws XQException
XQException
boolean isBeforeFirst() throws XQException
XQException
boolean isClosed()
boolean isFirst() throws XQException
XQException
boolean isLast() throws XQException
XQException
boolean isOnItem() throws XQException
XQException
boolean isScrollable() throws XQException
XQException
boolean last() throws XQException
XQException
boolean next() throws XQException
XQException
boolean previous() throws XQException
XQException
boolean relative(int itempos) throws XQException
XQException
void writeSequence(java.io.OutputStream os, java.util.Properties props) throws XQException
XQException
void writeSequence(java.io.Writer ow, java.util.Properties props) throws XQException
XQException
void writeSequenceToSAX(org.xml.sax.ContentHandler saxhdlr) throws XQException
XQException